public static class DeleteExpansionsOptions.Builder extends Object
| Constructor and Description | 
|---|
Builder()
Instantiates a new builder. 
 | 
Builder(String environmentId,
       String collectionId)
Instantiates a new builder with required properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteExpansionsOptions | 
build()
Builds a DeleteExpansionsOptions. 
 | 
DeleteExpansionsOptions.Builder | 
collectionId(String collectionId)
Set the collectionId. 
 | 
DeleteExpansionsOptions.Builder | 
environmentId(String environmentId)
Set the environmentId. 
 | 
public DeleteExpansionsOptions build()
public DeleteExpansionsOptions.Builder environmentId(String environmentId)
environmentId - the environmentIdpublic DeleteExpansionsOptions.Builder collectionId(String collectionId)
collectionId - the collectionIdCopyright © 2021 IBM Cloud. All rights reserved.