Class AddKmipClientCertificateOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.AddKmipClientCertificateOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AddKmipClientCertificateOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The addKmipClientCertificate options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddKmipClientCertificateOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
adapterId()
Gets the adapterId.String
bluemixInstance()
Gets the bluemixInstance.String
correlationId()
Gets the correlationId.CollectionMetadata
metadata()
Gets the metadata.AddKmipClientCertificateOptions.Builder
newBuilder()
New builder.List<CreateKMIPClientCertificateObject>
resources()
Gets the resources.
-
-
-
Method Detail
-
newBuilder
public AddKmipClientCertificateOptions.Builder newBuilder()
New builder.- Returns:
- a AddKmipClientCertificateOptions 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
-
metadata
public CollectionMetadata metadata()
Gets the metadata. The metadata that describes the resource array.- Returns:
- the metadata
-
resources
public List<CreateKMIPClientCertificateObject> resources()
Gets the resources. A collection of resources.- Returns:
- the resources
-
correlationId
public String correlationId()
Gets the correlationId. The v4 UUID used to correlate and track transactions.- Returns:
- the correlationId
-
-