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