Class CfnSchedulePropsMixin.SageMakerPipelineParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.scheduler.CfnSchedulePropsMixin.SageMakerPipelineParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchedulePropsMixin.SageMakerPipelineParametersProperty>
- Enclosing interface:
CfnSchedulePropsMixin.SageMakerPipelineParametersProperty
@Stability(Stable)
public static final class CfnSchedulePropsMixin.SageMakerPipelineParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchedulePropsMixin.SageMakerPipelineParametersProperty>
-
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 CfnSchedulePropsMixin.SageMakerPipelineParametersProperty.Builder pipelineParameterList(IResolvable pipelineParameterList) Sets the value ofCfnSchedulePropsMixin.SageMakerPipelineParametersProperty.getPipelineParameterList()- Parameters:
pipelineParameterList- List of parameter names and values to use when executing the SageMaker Model Building Pipeline.- Returns:
this
-
pipelineParameterList
@Stability(Stable) public CfnSchedulePropsMixin.SageMakerPipelineParametersProperty.Builder pipelineParameterList(List<? extends Object> pipelineParameterList) Sets the value ofCfnSchedulePropsMixin.SageMakerPipelineParametersProperty.getPipelineParameterList()- Parameters:
pipelineParameterList- List of parameter names and values to use when executing the SageMaker Model Building Pipeline.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSchedulePropsMixin.SageMakerPipelineParametersProperty>- Returns:
- a new instance of
CfnSchedulePropsMixin.SageMakerPipelineParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-