Class DeleteKmipObjectOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.DeleteKmipObjectOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteKmipObjectOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteKmipObject options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteKmipObjectOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringadapterId()Gets the adapterId.StringbluemixInstance()Gets the bluemixInstance.StringcorrelationId()Gets the correlationId.Stringid()Gets the id.DeleteKmipObjectOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public DeleteKmipObjectOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteKmipObjectOptions builder
-
adapterId
public String adapterId()
Gets the adapterId. The name or v4 UUID of the KMIP Adapter that uniquely identifies it.- Returns:
- the adapterId
-
bluemixInstance
public String bluemixInstance()
Gets the bluemixInstance. The IBM Cloud instance ID that identifies your Key Protect service instance.- Returns:
- the bluemixInstance
-
id
public String id()
Gets the id. The name or v4 UUID of the client certificate that uniquely identifies it.- Returns:
- the id
-
correlationId
public String correlationId()
Gets the correlationId. The v4 UUID used to correlate and track transactions.- Returns:
- the correlationId
-
-