public static class DeleteCollectionOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
| DeleteCollectionOptions.Builder()Instantiates a new builder. | 
| DeleteCollectionOptions.Builder(java.lang.String environmentId,
                               java.lang.String collectionId)Instantiates a new builder with required properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteCollectionOptions | build()Builds a DeleteCollectionOptions. | 
| DeleteCollectionOptions.Builder | collectionId(java.lang.String collectionId)Set the collectionId. | 
| DeleteCollectionOptions.Builder | environmentId(java.lang.String environmentId)Set the environmentId. | 
public DeleteCollectionOptions.Builder()
public DeleteCollectionOptions.Builder(java.lang.String environmentId,
                               java.lang.String collectionId)
environmentId - the environmentIdcollectionId - the collectionIdpublic DeleteCollectionOptions build()
public DeleteCollectionOptions.Builder environmentId(java.lang.String environmentId)
environmentId - the environmentIdpublic DeleteCollectionOptions.Builder collectionId(java.lang.String collectionId)
collectionId - the collectionId