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