public static interface ElasticChannelConfiguration.Builder extends SdkPojo, CopyableBuilder<ElasticChannelConfiguration.Builder,ElasticChannelConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ElasticChannelConfiguration.Builder |
maximumSubChannels(Integer maximumSubChannels)
The maximum number of SubChannels that you want to allow in the elastic channel.
|
ElasticChannelConfiguration.Builder |
minimumMembershipPercentage(Integer minimumMembershipPercentage)
The minimum allowed percentage of TargetMembershipsPerSubChannel users.
|
ElasticChannelConfiguration.Builder |
targetMembershipsPerSubChannel(Integer targetMembershipsPerSubChannel)
The maximum number of members allowed in a SubChannel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildElasticChannelConfiguration.Builder maximumSubChannels(Integer maximumSubChannels)
The maximum number of SubChannels that you want to allow in the elastic channel.
maximumSubChannels - The maximum number of SubChannels that you want to allow in the elastic channel.ElasticChannelConfiguration.Builder targetMembershipsPerSubChannel(Integer targetMembershipsPerSubChannel)
The maximum number of members allowed in a SubChannel.
targetMembershipsPerSubChannel - The maximum number of members allowed in a SubChannel.ElasticChannelConfiguration.Builder minimumMembershipPercentage(Integer minimumMembershipPercentage)
The minimum allowed percentage of TargetMembershipsPerSubChannel users. Ceil of the calculated value is used in balancing members among SubChannels of the elastic channel.
minimumMembershipPercentage - The minimum allowed percentage of TargetMembershipsPerSubChannel users. Ceil of the calculated value
is used in balancing members among SubChannels of the elastic channel.Copyright © 2023. All rights reserved.