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