Class PipelineReference.Builder
java.lang.Object
software.amazon.awscdk.services.osis.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.pipelineArn(String pipelineArn) Sets the value ofPipelineReference.getPipelineArn() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
pipelineArn
Sets the value ofPipelineReference.getPipelineArn()- Parameters:
 pipelineArn- The PipelineArn of the Pipeline resource. This parameter is required.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<PipelineReference>- Returns:
 - a new instance of 
PipelineReference - Throws:
 NullPointerException- if any required attribute was not provided
 
 -