static Channel.Builder |
Channel.builder() |
|
Channel.Builder |
Channel.Builder.channelArn(String channelArn) |
The ARN of a channel.
|
Channel.Builder |
Channel.Builder.channelFlowArn(String channelFlowArn) |
The ARN of the channel flow.
|
default Channel.Builder |
Channel.Builder.createdBy(Consumer<Identity.Builder> createdBy) |
The AppInstanceUser who created the channel.
|
Channel.Builder |
Channel.Builder.createdBy(Identity createdBy) |
The AppInstanceUser who created the channel.
|
Channel.Builder |
Channel.Builder.createdTimestamp(Instant createdTimestamp) |
The time at which the AppInstanceUser created the channel.
|
default Channel.Builder |
Channel.Builder.elasticChannelConfiguration(Consumer<ElasticChannelConfiguration.Builder> elasticChannelConfiguration) |
The attributes required to configure and create an elastic channel.
|
Channel.Builder |
Channel.Builder.elasticChannelConfiguration(ElasticChannelConfiguration elasticChannelConfiguration) |
The attributes required to configure and create an elastic channel.
|
default Channel.Builder |
Channel.Builder.expirationSettings(Consumer<ExpirationSettings.Builder> expirationSettings) |
Settings that control when a channel expires.
|
Channel.Builder |
Channel.Builder.expirationSettings(ExpirationSettings expirationSettings) |
Settings that control when a channel expires.
|
Channel.Builder |
Channel.Builder.lastMessageTimestamp(Instant lastMessageTimestamp) |
The time at which a member sent the last message in the channel.
|
Channel.Builder |
Channel.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) |
The time at which a channel was last updated.
|
Channel.Builder |
Channel.Builder.metadata(String metadata) |
The channel's metadata.
|
Channel.Builder |
Channel.Builder.mode(String mode) |
The mode of the channel.
|
Channel.Builder |
Channel.Builder.mode(ChannelMode mode) |
The mode of the channel.
|
Channel.Builder |
Channel.Builder.name(String name) |
The name of a channel.
|
Channel.Builder |
Channel.Builder.privacy(String privacy) |
The channel's privacy setting.
|
Channel.Builder |
Channel.Builder.privacy(ChannelPrivacy privacy) |
The channel's privacy setting.
|
Channel.Builder |
Channel.toBuilder() |
|