Class CfnPipePropsMixin.SageMakerPipelineParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.SageMakerPipelineParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipePropsMixin.SageMakerPipelineParameterProperty>
- Enclosing interface:
CfnPipePropsMixin.SageMakerPipelineParameterProperty
@Stability(Stable)
public static final class CfnPipePropsMixin.SageMakerPipelineParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipePropsMixin.SageMakerPipelineParameterProperty>
A builder for
CfnPipePropsMixin.SageMakerPipelineParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPipePropsMixin.SageMakerPipelineParameterProperty.getName()Sets the value ofCfnPipePropsMixin.SageMakerPipelineParameterProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Stable) public CfnPipePropsMixin.SageMakerPipelineParameterProperty.Builder name(String name) Sets the value ofCfnPipePropsMixin.SageMakerPipelineParameterProperty.getName()- Parameters:
name- Name of parameter to start execution of a SageMaker AI Model Building Pipeline.- Returns:
this
-
value
@Stability(Stable) public CfnPipePropsMixin.SageMakerPipelineParameterProperty.Builder value(String value) Sets the value ofCfnPipePropsMixin.SageMakerPipelineParameterProperty.getValue()- Parameters:
value- Value of parameter to start execution of a SageMaker AI Model Building Pipeline.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipePropsMixin.SageMakerPipelineParameterProperty>- Returns:
- a new instance of
CfnPipePropsMixin.SageMakerPipelineParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-