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