Class VoiceConnectorItem
- java.lang.Object
-
- software.amazon.awssdk.services.chime.model.VoiceConnectorItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VoiceConnectorItem.Builder,VoiceConnectorItem>
@Generated("software.amazon.awssdk:codegen") public final class VoiceConnectorItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VoiceConnectorItem.Builder,VoiceConnectorItem>
For Amazon Chime Voice Connector groups, the Amazon Chime Voice Connectors to which to route inbound calls. Includes priority configuration settings. Limit: 3
VoiceConnectorItemsper Amazon Chime Voice Connector group.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVoiceConnectorItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VoiceConnectorItem.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerpriority()The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority.List<SdkField<?>>sdkFields()static Class<? extends VoiceConnectorItem.Builder>serializableBuilderClass()VoiceConnectorItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvoiceConnectorId()The Amazon Chime Voice Connector ID.-
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
-
voiceConnectorId
public final String voiceConnectorId()
The Amazon Chime Voice Connector ID.
- Returns:
- The Amazon Chime Voice Connector ID.
-
priority
public final Integer priority()
The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.
- Returns:
- The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.
-
toBuilder
public VoiceConnectorItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VoiceConnectorItem.Builder,VoiceConnectorItem>
-
builder
public static VoiceConnectorItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends VoiceConnectorItem.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.
-
-