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