Class CfnPipePropsMixin.PipeTargetSageMakerPipelineParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.PipeTargetSageMakerPipelineParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipePropsMixin.PipeTargetSageMakerPipelineParametersProperty>
- Enclosing interface:
CfnPipePropsMixin.PipeTargetSageMakerPipelineParametersProperty
@Stability(Stable)
public static final class CfnPipePropsMixin.PipeTargetSageMakerPipelineParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipePropsMixin.PipeTargetSageMakerPipelineParametersProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.pipelineParameterList(List<? extends Object> pipelineParameterList) pipelineParameterList(IResolvable pipelineParameterList)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pipelineParameterList
@Stability(Stable) public CfnPipePropsMixin.PipeTargetSageMakerPipelineParametersProperty.Builder pipelineParameterList(IResolvable pipelineParameterList) Sets the value ofCfnPipePropsMixin.PipeTargetSageMakerPipelineParametersProperty.getPipelineParameterList()- Parameters:
pipelineParameterList- List of Parameter names and values for SageMaker AI Model Building Pipeline execution.- Returns:
this
-
pipelineParameterList
@Stability(Stable) public CfnPipePropsMixin.PipeTargetSageMakerPipelineParametersProperty.Builder pipelineParameterList(List<? extends Object> pipelineParameterList) Sets the value ofCfnPipePropsMixin.PipeTargetSageMakerPipelineParametersProperty.getPipelineParameterList()- Parameters:
pipelineParameterList- List of Parameter names and values for SageMaker AI Model Building Pipeline execution.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipePropsMixin.PipeTargetSageMakerPipelineParametersProperty>- Returns:
- a new instance of
CfnPipePropsMixin.PipeTargetSageMakerPipelineParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-