Uses of Class
software.amazon.awscdk.CfnUpdatePolicy.Builder
-
Uses of CfnUpdatePolicy.Builder in software.amazon.awscdk
Modifier and TypeMethodDescriptionCfnUpdatePolicy.Builder.autoScalingReplacingUpdate
(CfnAutoScalingReplacingUpdate autoScalingReplacingUpdate) Sets the value ofCfnUpdatePolicy.getAutoScalingReplacingUpdate()
CfnUpdatePolicy.Builder.autoScalingRollingUpdate
(CfnAutoScalingRollingUpdate autoScalingRollingUpdate) Sets the value ofCfnUpdatePolicy.getAutoScalingRollingUpdate()
CfnUpdatePolicy.Builder.autoScalingScheduledAction
(CfnAutoScalingScheduledAction autoScalingScheduledAction) Sets the value ofCfnUpdatePolicy.getAutoScalingScheduledAction()
static CfnUpdatePolicy.Builder
CfnUpdatePolicy.builder()
CfnUpdatePolicy.Builder.codeDeployLambdaAliasUpdate
(CfnCodeDeployLambdaAliasUpdate codeDeployLambdaAliasUpdate) Sets the value ofCfnUpdatePolicy.getCodeDeployLambdaAliasUpdate()
CfnUpdatePolicy.Builder.enableVersionUpgrade
(Boolean enableVersionUpgrade) Sets the value ofCfnUpdatePolicy.getEnableVersionUpgrade()
CfnUpdatePolicy.Builder.useOnlineResharding
(Boolean useOnlineResharding) Sets the value ofCfnUpdatePolicy.getUseOnlineResharding()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnUpdatePolicy.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUpdatePolicy.Builder
.