public class DeleteImageOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DeleteImageOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.lang.String |
imageId |
Modifier | Constructor and Description |
---|---|
protected |
DeleteImageOptions(DeleteImageOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
collectionId()
Gets the collectionId.
|
java.lang.String |
imageId()
Gets the imageId.
|
DeleteImageOptions.Builder |
newBuilder()
New builder.
|
protected java.lang.String collectionId
protected java.lang.String imageId
protected DeleteImageOptions(DeleteImageOptions.Builder builder)
public DeleteImageOptions.Builder newBuilder()
public java.lang.String collectionId()
The identifier of the collection.
public java.lang.String imageId()
The identifier of the image.