public static class DeleteObjectOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String collectionId,
String object)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectOptions |
build()
Builds a DeleteObjectOptions.
|
DeleteObjectOptions.Builder |
collectionId(String collectionId)
Set the collectionId.
|
DeleteObjectOptions.Builder |
object(String object)
Set the object.
|
public DeleteObjectOptions build()
public DeleteObjectOptions.Builder collectionId(String collectionId)
collectionId - the collectionIdpublic DeleteObjectOptions.Builder object(String object)
object - the objectCopyright © 2021 IBM Cloud. All rights reserved.