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