public static interface ChannelAssociatedWithFlowSummary.Builder extends SdkPojo, CopyableBuilder<ChannelAssociatedWithFlowSummary.Builder,ChannelAssociatedWithFlowSummary>
| Modifier and Type | Method and Description |
|---|---|
ChannelAssociatedWithFlowSummary.Builder |
channelArn(String channelArn)
The ARN of the channel.
|
ChannelAssociatedWithFlowSummary.Builder |
metadata(String metadata)
The channel's metadata.
|
ChannelAssociatedWithFlowSummary.Builder |
mode(ChannelMode mode)
The mode of the channel.
|
ChannelAssociatedWithFlowSummary.Builder |
mode(String mode)
The mode of the channel.
|
ChannelAssociatedWithFlowSummary.Builder |
name(String name)
The name of the channel flow.
|
ChannelAssociatedWithFlowSummary.Builder |
privacy(ChannelPrivacy privacy)
The channel's privacy setting.
|
ChannelAssociatedWithFlowSummary.Builder |
privacy(String privacy)
The channel's privacy setting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelAssociatedWithFlowSummary.Builder name(String name)
The name of the channel flow.
name - The name of the channel flow.ChannelAssociatedWithFlowSummary.Builder channelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.ChannelAssociatedWithFlowSummary.Builder mode(String mode)
The mode of the channel.
mode - The mode of the channel.ChannelMode,
ChannelModeChannelAssociatedWithFlowSummary.Builder mode(ChannelMode mode)
The mode of the channel.
mode - The mode of the channel.ChannelMode,
ChannelModeChannelAssociatedWithFlowSummary.Builder privacy(String privacy)
The channel's privacy setting.
privacy - The channel's privacy setting.ChannelPrivacy,
ChannelPrivacyChannelAssociatedWithFlowSummary.Builder privacy(ChannelPrivacy privacy)
The channel's privacy setting.
privacy - The channel's privacy setting.ChannelPrivacy,
ChannelPrivacyChannelAssociatedWithFlowSummary.Builder metadata(String metadata)
The channel's metadata.
metadata - The channel's metadata.Copyright © 2021. All rights reserved.