| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
static ElasticChannelConfiguration.Builder |
ElasticChannelConfiguration.builder() |
ElasticChannelConfiguration.Builder |
ElasticChannelConfiguration.Builder.maximumSubChannels(Integer maximumSubChannels)
The maximum number of SubChannels that you want to allow in the elastic channel.
|
ElasticChannelConfiguration.Builder |
ElasticChannelConfiguration.Builder.minimumMembershipPercentage(Integer minimumMembershipPercentage)
The minimum allowed percentage of TargetMembershipsPerSubChannel users.
|
ElasticChannelConfiguration.Builder |
ElasticChannelConfiguration.Builder.targetMembershipsPerSubChannel(Integer targetMembershipsPerSubChannel)
The maximum number of members allowed in a SubChannel.
|
ElasticChannelConfiguration.Builder |
ElasticChannelConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ElasticChannelConfiguration.Builder> |
ElasticChannelConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Channel.Builder |
Channel.Builder.elasticChannelConfiguration(Consumer<ElasticChannelConfiguration.Builder> elasticChannelConfiguration)
The attributes required to configure and create an elastic channel.
|
default CreateChannelRequest.Builder |
CreateChannelRequest.Builder.elasticChannelConfiguration(Consumer<ElasticChannelConfiguration.Builder> elasticChannelConfiguration)
The attributes required to configure and create an elastic channel.
|
Copyright © 2022. All rights reserved.