Class ElasticChannelConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmessaging.model.ElasticChannelConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ElasticChannelConfiguration.Builder,ElasticChannelConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ElasticChannelConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ElasticChannelConfiguration.Builder,ElasticChannelConfiguration>
The attributes required to configure and create an elastic channel. An elastic channel can support a maximum of 1-million members.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceElasticChannelConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ElasticChannelConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaximumSubChannels()The maximum number of SubChannels that you want to allow in the elastic channel.IntegerminimumMembershipPercentage()The minimum allowed percentage of TargetMembershipsPerSubChannel users.List<SdkField<?>>sdkFields()static Class<? extends ElasticChannelConfiguration.Builder>serializableBuilderClass()IntegertargetMembershipsPerSubChannel()The maximum number of members allowed in a SubChannel.ElasticChannelConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maximumSubChannels
public final Integer maximumSubChannels()
The maximum number of SubChannels that you want to allow in the elastic channel.
- Returns:
- The maximum number of SubChannels that you want to allow in the elastic channel.
-
targetMembershipsPerSubChannel
public final Integer targetMembershipsPerSubChannel()
The maximum number of members allowed in a SubChannel.
- Returns:
- The maximum number of members allowed in a SubChannel.
-
minimumMembershipPercentage
public final 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.
- Returns:
- The minimum allowed percentage of TargetMembershipsPerSubChannel users. Ceil of the calculated value is used in balancing members among SubChannels of the elastic channel.
-
toBuilder
public ElasticChannelConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ElasticChannelConfiguration.Builder,ElasticChannelConfiguration>
-
builder
public static ElasticChannelConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ElasticChannelConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-