Interface ChannelAssociatedWithFlowSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelAssociatedWithFlowSummary.Builder,ChannelAssociatedWithFlowSummary>,SdkBuilder<ChannelAssociatedWithFlowSummary.Builder,ChannelAssociatedWithFlowSummary>,SdkPojo
- Enclosing class:
- ChannelAssociatedWithFlowSummary
public static interface ChannelAssociatedWithFlowSummary.Builder extends SdkPojo, CopyableBuilder<ChannelAssociatedWithFlowSummary.Builder,ChannelAssociatedWithFlowSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelAssociatedWithFlowSummary.BuilderchannelArn(String channelArn)The ARN of the channel.ChannelAssociatedWithFlowSummary.Buildermetadata(String metadata)The channel's metadata.ChannelAssociatedWithFlowSummary.Buildermode(String mode)The mode of the channel.ChannelAssociatedWithFlowSummary.Buildermode(ChannelMode mode)The mode of the channel.ChannelAssociatedWithFlowSummary.Buildername(String name)The name of the channel flow.ChannelAssociatedWithFlowSummary.Builderprivacy(String privacy)The channel's privacy setting.ChannelAssociatedWithFlowSummary.Builderprivacy(ChannelPrivacy privacy)The channel's privacy setting.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
ChannelAssociatedWithFlowSummary.Builder name(String name)
The name of the channel flow.
- Parameters:
name- The name of the channel flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelArn
ChannelAssociatedWithFlowSummary.Builder channelArn(String channelArn)
The ARN of the channel.
- Parameters:
channelArn- The ARN of the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
ChannelAssociatedWithFlowSummary.Builder mode(String mode)
The mode of the channel.
- Parameters:
mode- The mode of the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChannelMode,ChannelMode
-
mode
ChannelAssociatedWithFlowSummary.Builder mode(ChannelMode mode)
The mode of the channel.
- Parameters:
mode- The mode of the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChannelMode,ChannelMode
-
privacy
ChannelAssociatedWithFlowSummary.Builder privacy(String privacy)
The channel's privacy setting.
- Parameters:
privacy- The channel's privacy setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChannelPrivacy,ChannelPrivacy
-
privacy
ChannelAssociatedWithFlowSummary.Builder privacy(ChannelPrivacy privacy)
The channel's privacy setting.
- Parameters:
privacy- The channel's privacy setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChannelPrivacy,ChannelPrivacy
-
metadata
ChannelAssociatedWithFlowSummary.Builder metadata(String metadata)
The channel's metadata.
- Parameters:
metadata- The channel's metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-