Uses of Class
com.ibm.cloud.ibm_key_protect_api.v2.model.PatchKeyOptions.Builder
-
Packages that use PatchKeyOptions.Builder Package Description com.ibm.cloud.ibm_key_protect_api.v2.model -
-
Uses of PatchKeyOptions.Builder in com.ibm.cloud.ibm_key_protect_api.v2.model
Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return PatchKeyOptions.Builder Modifier and Type Method Description PatchKeyOptions.Builder
PatchKeyOptions.Builder. bluemixInstance(String bluemixInstance)
Set the bluemixInstance.PatchKeyOptions.Builder
PatchKeyOptions.Builder. correlationId(String correlationId)
Set the correlationId.PatchKeyOptions.Builder
PatchKeyOptions.Builder. id(String id)
Set the id.PatchKeyOptions.Builder
PatchKeyOptions.Builder. keyPatchBody(File keyPatchBody)
Set the keyPatchBody.PatchKeyOptions.Builder
PatchKeyOptions.Builder. keyPatchBody(InputStream keyPatchBody)
Set the keyPatchBody.PatchKeyOptions.Builder
PatchKeyOptions. newBuilder()
New builder.PatchKeyOptions.Builder
PatchKeyOptions.Builder. xKmsKeyRing(String xKmsKeyRing)
Set the xKmsKeyRing.
-