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