Class CfnPipeline.ParallelismConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnPipeline.ParallelismConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipeline.ParallelismConfigurationProperty>
- Enclosing interface:
CfnPipeline.ParallelismConfigurationProperty
@Stability(Stable)
public static final class CfnPipeline.ParallelismConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipeline.ParallelismConfigurationProperty>
A builder for
CfnPipeline.ParallelismConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.maxParallelExecutionSteps(Number maxParallelExecutionSteps)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxParallelExecutionSteps
@Stability(Stable) public CfnPipeline.ParallelismConfigurationProperty.Builder maxParallelExecutionSteps(Number maxParallelExecutionSteps) - Parameters:
maxParallelExecutionSteps- The max number of steps that can be executed in parallel. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipeline.ParallelismConfigurationProperty>- Returns:
- a new instance of
CfnPipeline.ParallelismConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-