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 setting of a Voice Connector item.VoiceConnectorItem.BuildervoiceConnectorId(String voiceConnectorId)The 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
voiceConnectorId
VoiceConnectorItem.Builder voiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
- Parameters:
voiceConnectorId- The 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 setting of a Voice Connector item. Calls are routed to hosts in priority order, with 1 as the highest priority. When hosts have equal priority, the system distributes calls among them based on their relative weight.
- Parameters:
priority- The priority setting of a Voice Connector item. Calls are routed to hosts in priority order, with 1 as the highest priority. When hosts have equal priority, the system distributes calls among them based on their relative weight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-