public static class DeleteCollectionOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String projectId,
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 |
projectId(String projectId)
Set the projectId.
|
public DeleteCollectionOptions build()
public DeleteCollectionOptions.Builder projectId(String projectId)
projectId
- the projectIdpublic DeleteCollectionOptions.Builder collectionId(String collectionId)
collectionId
- the collectionIdCopyright © 2024 IBM Cloud. All rights reserved.