Class PipeReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.pipes.PipeReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PipeReference>
- Enclosing interface:
PipeReference
@Stability(Stable)
public static final class PipeReference.Builder
extends Object
implements software.amazon.jsii.Builder<PipeReference>
A builder for
PipeReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofPipeReference.getPipeArn()Sets the value ofPipeReference.getPipeName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pipeArn
Sets the value ofPipeReference.getPipeArn()- Parameters:
pipeArn- The ARN of the Pipe resource. This parameter is required.- Returns:
this
-
pipeName
Sets the value ofPipeReference.getPipeName()- Parameters:
pipeName- The Name of the Pipe resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PipeReference>- Returns:
- a new instance of
PipeReference - Throws:
NullPointerException- if any required attribute was not provided
-