Uses of Class
software.amazon.awscdk.services.kms.CfnReplicaKeyProps.Builder
Package
Description
AWS Key Management Service Construct Library
-
Uses of CfnReplicaKeyProps.Builder in software.amazon.awscdk.services.kms
Modifier and TypeMethodDescriptionstatic CfnReplicaKeyProps.Builder
CfnReplicaKeyProps.builder()
CfnReplicaKeyProps.Builder.description
(String description) Sets the value ofCfnReplicaKeyProps.getDescription()
Sets the value ofCfnReplicaKeyProps.getEnabled()
CfnReplicaKeyProps.Builder.enabled
(IResolvable enabled) Sets the value ofCfnReplicaKeyProps.getEnabled()
Sets the value ofCfnReplicaKeyProps.getKeyPolicy()
CfnReplicaKeyProps.Builder.pendingWindowInDays
(Number pendingWindowInDays) Sets the value ofCfnReplicaKeyProps.getPendingWindowInDays()
CfnReplicaKeyProps.Builder.primaryKeyArn
(String primaryKeyArn) Sets the value ofCfnReplicaKeyProps.getPrimaryKeyArn()
Sets the value ofCfnReplicaKeyProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnReplicaKeyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnReplicaKeyProps.Builder
.