Uses of Class
software.amazon.awscdk.services.arcregionswitch.CfnPlan.StepProperty.Builder
Packages that use CfnPlan.StepProperty.Builder
Package
Description
AWS::ARCRegionSwitch Construct Library
-
Uses of CfnPlan.StepProperty.Builder in software.amazon.awscdk.services.arcregionswitch
Methods in software.amazon.awscdk.services.arcregionswitch that return CfnPlan.StepProperty.BuilderModifier and TypeMethodDescriptionstatic CfnPlan.StepProperty.Builder
CfnPlan.StepProperty.builder()
CfnPlan.StepProperty.Builder.description
(String description) Sets the value ofCfnPlan.StepProperty.getDescription()
CfnPlan.StepProperty.Builder.executionBlockConfiguration
(IResolvable executionBlockConfiguration) Sets the value ofCfnPlan.StepProperty.getExecutionBlockConfiguration()
CfnPlan.StepProperty.Builder.executionBlockConfiguration
(CfnPlan.ExecutionBlockConfigurationProperty executionBlockConfiguration) Sets the value ofCfnPlan.StepProperty.getExecutionBlockConfiguration()
CfnPlan.StepProperty.Builder.executionBlockType
(String executionBlockType) Sets the value ofCfnPlan.StepProperty.getExecutionBlockType()
Sets the value ofCfnPlan.StepProperty.getName()
Constructors in software.amazon.awscdk.services.arcregionswitch with parameters of type CfnPlan.StepProperty.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPlan.StepProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPlan.StepProperty.Builder
.