public static interface ChannelSummary.Builder extends SdkPojo, CopyableBuilder<ChannelSummary.Builder,ChannelSummary>
| Modifier and Type | Method and Description |
|---|---|
ChannelSummary.Builder |
channelArn(String channelArn)
The ARN of the channel.
|
ChannelSummary.Builder |
lastMessageTimestamp(Instant lastMessageTimestamp)
The time at which the last message in a channel was sent.
|
ChannelSummary.Builder |
metadata(String metadata)
The metadata of the channel.
|
ChannelSummary.Builder |
mode(ChannelMode mode)
The mode of the channel.
|
ChannelSummary.Builder |
mode(String mode)
The mode of the channel.
|
ChannelSummary.Builder |
name(String name)
The name of the channel.
|
ChannelSummary.Builder |
privacy(ChannelPrivacy privacy)
The privacy setting of the channel.
|
ChannelSummary.Builder |
privacy(String privacy)
The privacy setting of the channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelSummary.Builder name(String name)
The name of the channel.
name - The name of the channel.ChannelSummary.Builder channelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.ChannelSummary.Builder mode(String mode)
The mode of the channel.
mode - The mode of the channel.ChannelMode,
ChannelModeChannelSummary.Builder mode(ChannelMode mode)
The mode of the channel.
mode - The mode of the channel.ChannelMode,
ChannelModeChannelSummary.Builder privacy(String privacy)
The privacy setting of the channel.
privacy - The privacy setting of the channel.ChannelPrivacy,
ChannelPrivacyChannelSummary.Builder privacy(ChannelPrivacy privacy)
The privacy setting of the channel.
privacy - The privacy setting of the channel.ChannelPrivacy,
ChannelPrivacyChannelSummary.Builder metadata(String metadata)
The metadata of the channel.
metadata - The metadata of the channel.ChannelSummary.Builder lastMessageTimestamp(Instant lastMessageTimestamp)
The time at which the last message in a channel was sent.
lastMessageTimestamp - The time at which the last message in a channel was sent.Copyright © 2023. All rights reserved.