Class CfnPipelinePropsMixin.ParallelismConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnPipelinePropsMixin.ParallelismConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipelinePropsMixin.ParallelismConfigurationProperty>
- Enclosing interface:
CfnPipelinePropsMixin.ParallelismConfigurationProperty
@Stability(Stable)
public static final class CfnPipelinePropsMixin.ParallelismConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipelinePropsMixin.ParallelismConfigurationProperty>
A builder for
CfnPipelinePropsMixin.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 CfnPipelinePropsMixin.ParallelismConfigurationProperty.Builder maxParallelExecutionSteps(Number maxParallelExecutionSteps) Sets the value ofCfnPipelinePropsMixin.ParallelismConfigurationProperty.getMaxParallelExecutionSteps()- Parameters:
maxParallelExecutionSteps- The max number of steps that can be executed in parallel.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipelinePropsMixin.ParallelismConfigurationProperty>- Returns:
- a new instance of
CfnPipelinePropsMixin.ParallelismConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-