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