public static class DeleteCollectionOptions.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 | 
|---|---|
DeleteCollectionOptions | 
build()
Builds a DeleteCollectionOptions. 
 | 
DeleteCollectionOptions.Builder | 
collectionId(String collectionId)
Set the collectionId. 
 | 
DeleteCollectionOptions.Builder | 
environmentId(String environmentId)
Set the environmentId. 
 | 
public DeleteCollectionOptions build()
public DeleteCollectionOptions.Builder environmentId(String environmentId)
environmentId - the environmentIdpublic DeleteCollectionOptions.Builder collectionId(String collectionId)
collectionId - the collectionIdCopyright © 2021 IBM Cloud. All rights reserved.