Class SageMakerPipelineParameter.Builder
java.lang.Object
software.amazon.awscdk.services.scheduler.targets.SageMakerPipelineParameter.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SageMakerPipelineParameter>
- Enclosing interface:
SageMakerPipelineParameter
@Stability(Stable)
public static final class SageMakerPipelineParameter.Builder
extends Object
implements software.amazon.jsii.Builder<SageMakerPipelineParameter>
A builder for
SageMakerPipelineParameter-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofSageMakerPipelineParameter.getName()Sets the value ofSageMakerPipelineParameter.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofSageMakerPipelineParameter.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 ofSageMakerPipelineParameter.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<SageMakerPipelineParameter>- Returns:
- a new instance of
SageMakerPipelineParameter - Throws:
NullPointerException- if any required attribute was not provided
-