Class CfnPipe.PipeTargetSageMakerPipelineParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.pipes.CfnPipe.PipeTargetSageMakerPipelineParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipe.PipeTargetSageMakerPipelineParametersProperty>
- Enclosing interface:
- CfnPipe.PipeTargetSageMakerPipelineParametersProperty
@Stability(Stable)
public static final class CfnPipe.PipeTargetSageMakerPipelineParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipe.PipeTargetSageMakerPipelineParametersProperty>
A builder for
CfnPipe.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 CfnPipe.PipeTargetSageMakerPipelineParametersProperty.Builder pipelineParameterList(IResolvable pipelineParameterList) - Parameters:
pipelineParameterList- List of Parameter names and values for SageMaker Model Building Pipeline execution.- Returns:
this
-
pipelineParameterList
@Stability(Stable) public CfnPipe.PipeTargetSageMakerPipelineParametersProperty.Builder pipelineParameterList(List<? extends Object> pipelineParameterList) - Parameters:
pipelineParameterList- List of Parameter names and values for SageMaker Model Building Pipeline execution.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipe.PipeTargetSageMakerPipelineParametersProperty>- Returns:
- a new instance of
CfnPipe.PipeTargetSageMakerPipelineParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-