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