Interface VoiceConnectorItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VoiceConnectorItem.Builder,VoiceConnectorItem>,SdkBuilder<VoiceConnectorItem.Builder,VoiceConnectorItem>,SdkPojo
- Enclosing class:
- VoiceConnectorItem
public static interface VoiceConnectorItem.Builder extends SdkPojo, CopyableBuilder<VoiceConnectorItem.Builder,VoiceConnectorItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VoiceConnectorItem.Builderpriority(Integer priority)The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority.VoiceConnectorItem.BuildervoiceConnectorId(String voiceConnectorId)The Amazon Chime Voice Connector ID.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
voiceConnectorId
VoiceConnectorItem.Builder voiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
- Parameters:
voiceConnectorId- The Amazon Chime Voice Connector ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
VoiceConnectorItem.Builder priority(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-