Uses of Class
com.oracle.bmc.fusionapps.model.KmsKeyInfo.Builder
-
Packages that use KmsKeyInfo.Builder Package Description com.oracle.bmc.fusionapps.model -
-
Uses of KmsKeyInfo.Builder in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return KmsKeyInfo.Builder Modifier and Type Method Description KmsKeyInfo.Builder
KmsKeyInfo.Builder. activeKeyId(String activeKeyId)
current BYOK keyId facp is usingKmsKeyInfo.Builder
KmsKeyInfo.Builder. activeKeyVersion(String activeKeyVersion)
current key version facp is usingstatic KmsKeyInfo.Builder
KmsKeyInfo. builder()
Create a new builder.KmsKeyInfo.Builder
KmsKeyInfo.Builder. copy(KmsKeyInfo model)
KmsKeyInfo.Builder
KmsKeyInfo.Builder. currentKeyLifecycleState(String currentKeyLifecycleState)
current key lifeCycleStateKmsKeyInfo.Builder
KmsKeyInfo.Builder. scheduledKeyId(String scheduledKeyId)
scheduled keyId to be updatedKmsKeyInfo.Builder
KmsKeyInfo.Builder. scheduledKeyStatus(KmsKeyInfo.ScheduledKeyStatus scheduledKeyStatus)
the scheduled key statusKmsKeyInfo.Builder
KmsKeyInfo.Builder. scheduledKeyVersion(String scheduledKeyVersion)
scheduled key version to be updated.KmsKeyInfo.Builder
KmsKeyInfo.Builder. scheduledLifecycleState(String scheduledLifecycleState)
scheduled key lifeCycle state to be updated.KmsKeyInfo.Builder
KmsKeyInfo. toBuilder()
-