public static interface VoiceConnectorItem.Builder extends SdkPojo, CopyableBuilder<VoiceConnectorItem.Builder,VoiceConnectorItem>
| Modifier and Type | Method and Description |
|---|---|
VoiceConnectorItem.Builder |
priority(Integer priority)
The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority.
|
VoiceConnectorItem.Builder |
voiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVoiceConnectorItem.Builder voiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
voiceConnectorId - The Amazon Chime Voice Connector ID.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.
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.Copyright © 2022. All rights reserved.