Class CfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.arcregionswitch.mixins.CfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty>
- Enclosing interface:
CfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty
@Stability(Stable)
public static final class CfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty.getSteps()steps(IResolvable steps) Sets the value ofCfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty.getSteps()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
steps
@Stability(Stable) public CfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty.Builder steps(IResolvable steps) Sets the value ofCfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty.getSteps()- Parameters:
steps- The steps for a parallel execution block.- Returns:
this
-
steps
@Stability(Stable) public CfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty.Builder steps(List<? extends Object> steps) Sets the value ofCfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty.getSteps()- Parameters:
steps- The steps for a parallel execution block.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty>- Returns:
- a new instance of
CfnPlanPropsMixin.ParallelExecutionBlockConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-