Class PipelineProps.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.alpha.PipelineProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PipelineProps>
- Enclosing interface:
PipelineProps
@Stability(Experimental)
public static final class PipelineProps.Builder
extends Object
implements software.amazon.jsii.Builder<PipelineProps>
A builder for
PipelineProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.pipelineName(String pipelineName) Sets the value ofPipelineProps.getPipelineName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pipelineName
Sets the value ofPipelineProps.getPipelineName()- Parameters:
pipelineName- The physical name of the pipeline.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PipelineProps>- Returns:
- a new instance of
PipelineProps - Throws:
NullPointerException- if any required attribute was not provided
-