public static class DeleteCollectionOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
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 Builder()
public 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