Class PipelineReference.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.PipelineReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PipelineReference>
- Enclosing interface:
PipelineReference
@Stability(Stable)
public static final class PipelineReference.Builder
extends Object
implements software.amazon.jsii.Builder<PipelineReference>
A builder for
PipelineReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.pipelineName
(String pipelineName) Sets the value ofPipelineReference.getPipelineName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pipelineName
Sets the value ofPipelineReference.getPipelineName()
- Parameters:
pipelineName
- The PipelineName of the Pipeline resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<PipelineReference>
- Returns:
- a new instance of
PipelineReference
- Throws:
NullPointerException
- if any required attribute was not provided
-