Class GetKeyMetadataOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetKeyMetadataOptions.Builder
-
- Enclosing class:
- GetKeyMetadataOptions
public static class GetKeyMetadataOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetKeyMetadataOptions.BuilderbluemixInstance(String bluemixInstance)Set the bluemixInstance.GetKeyMetadataOptionsbuild()Builds a GetKeyMetadataOptions.GetKeyMetadataOptions.BuildercorrelationId(String correlationId)Set the correlationId.GetKeyMetadataOptions.Builderid(String id)Set the id.GetKeyMetadataOptions.BuilderxKmsKeyRing(String xKmsKeyRing)Set the xKmsKeyRing.
-
-
-
Method Detail
-
build
public GetKeyMetadataOptions build()
Builds a GetKeyMetadataOptions.- Returns:
- the new GetKeyMetadataOptions instance
-
id
public GetKeyMetadataOptions.Builder id(String id)
Set the id.- Parameters:
id- the id- Returns:
- the GetKeyMetadataOptions builder
-
bluemixInstance
public GetKeyMetadataOptions.Builder bluemixInstance(String bluemixInstance)
Set the bluemixInstance.- Parameters:
bluemixInstance- the bluemixInstance- Returns:
- the GetKeyMetadataOptions builder
-
correlationId
public GetKeyMetadataOptions.Builder correlationId(String correlationId)
Set the correlationId.- Parameters:
correlationId- the correlationId- Returns:
- the GetKeyMetadataOptions builder
-
xKmsKeyRing
public GetKeyMetadataOptions.Builder xKmsKeyRing(String xKmsKeyRing)
Set the xKmsKeyRing.- Parameters:
xKmsKeyRing- the xKmsKeyRing- Returns:
- the GetKeyMetadataOptions builder
-
-