public static class DeleteExpansionsOptions.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 |
|---|---|
DeleteExpansionsOptions |
build()
Builds a DeleteExpansionsOptions.
|
DeleteExpansionsOptions.Builder |
collectionId(String collectionId)
Set the collectionId.
|
DeleteExpansionsOptions.Builder |
projectId(String projectId)
Set the projectId.
|
public DeleteExpansionsOptions build()
public DeleteExpansionsOptions.Builder projectId(String projectId)
projectId - the projectIdpublic DeleteExpansionsOptions.Builder collectionId(String collectionId)
collectionId - the collectionIdCopyright © 2023 IBM Cloud. All rights reserved.