Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.ElasticChannelConfiguration.Builder
-
Packages that use ElasticChannelConfiguration.Builder Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ElasticChannelConfiguration.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ElasticChannelConfiguration.Builder Modifier and Type Method Description static ElasticChannelConfiguration.BuilderElasticChannelConfiguration. builder()ElasticChannelConfiguration.BuilderElasticChannelConfiguration.Builder. maximumSubChannels(Integer maximumSubChannels)The maximum number of SubChannels that you want to allow in the elastic channel.ElasticChannelConfiguration.BuilderElasticChannelConfiguration.Builder. minimumMembershipPercentage(Integer minimumMembershipPercentage)The minimum allowed percentage of TargetMembershipsPerSubChannel users.ElasticChannelConfiguration.BuilderElasticChannelConfiguration.Builder. targetMembershipsPerSubChannel(Integer targetMembershipsPerSubChannel)The maximum number of members allowed in a SubChannel.ElasticChannelConfiguration.BuilderElasticChannelConfiguration. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ElasticChannelConfiguration.Builder Modifier and Type Method Description static Class<? extends ElasticChannelConfiguration.Builder>ElasticChannelConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type ElasticChannelConfiguration.Builder Modifier and Type Method Description default Channel.BuilderChannel.Builder. elasticChannelConfiguration(Consumer<ElasticChannelConfiguration.Builder> elasticChannelConfiguration)The attributes required to configure and create an elastic channel.default CreateChannelRequest.BuilderCreateChannelRequest.Builder. elasticChannelConfiguration(Consumer<ElasticChannelConfiguration.Builder> elasticChannelConfiguration)The attributes required to configure and create an elastic channel.
-