public static interface VoiceConnectorGroup.Builder extends SdkPojo, CopyableBuilder<VoiceConnectorGroup.Builder,VoiceConnectorGroup>
| Modifier and Type | Method and Description |
|---|---|
VoiceConnectorGroup.Builder |
createdTimestamp(Instant createdTimestamp)
The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.
|
VoiceConnectorGroup.Builder |
name(String name)
The name of the Amazon Chime Voice Connector group.
|
VoiceConnectorGroup.Builder |
updatedTimestamp(Instant updatedTimestamp)
The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.
|
VoiceConnectorGroup.Builder |
voiceConnectorGroupId(String voiceConnectorGroupId)
The Amazon Chime Voice Connector group ID.
|
VoiceConnectorGroup.Builder |
voiceConnectorItems(Collection<VoiceConnectorItem> voiceConnectorItems)
The Amazon Chime Voice Connectors to which to route inbound calls.
|
VoiceConnectorGroup.Builder |
voiceConnectorItems(Consumer<VoiceConnectorItem.Builder>... voiceConnectorItems)
The Amazon Chime Voice Connectors to which to route inbound calls.
|
VoiceConnectorGroup.Builder |
voiceConnectorItems(VoiceConnectorItem... voiceConnectorItems)
The Amazon Chime Voice Connectors to which to route inbound calls.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVoiceConnectorGroup.Builder voiceConnectorGroupId(String voiceConnectorGroupId)
The Amazon Chime Voice Connector group ID.
voiceConnectorGroupId - The Amazon Chime Voice Connector group ID.VoiceConnectorGroup.Builder name(String name)
The name of the Amazon Chime Voice Connector group.
name - The name of the Amazon Chime Voice Connector group.VoiceConnectorGroup.Builder voiceConnectorItems(Collection<VoiceConnectorItem> voiceConnectorItems)
The Amazon Chime Voice Connectors to which to route inbound calls.
voiceConnectorItems - The Amazon Chime Voice Connectors to which to route inbound calls.VoiceConnectorGroup.Builder voiceConnectorItems(VoiceConnectorItem... voiceConnectorItems)
The Amazon Chime Voice Connectors to which to route inbound calls.
voiceConnectorItems - The Amazon Chime Voice Connectors to which to route inbound calls.VoiceConnectorGroup.Builder voiceConnectorItems(Consumer<VoiceConnectorItem.Builder>... voiceConnectorItems)
The Amazon Chime Voice Connectors to which to route inbound calls.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #voiceConnectorItems(List) .voiceConnectorItems - a consumer that will call methods on List.Builder #voiceConnectorItems(List) VoiceConnectorGroup.Builder createdTimestamp(Instant createdTimestamp)
The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.
createdTimestamp - The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.VoiceConnectorGroup.Builder updatedTimestamp(Instant updatedTimestamp)
The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.
updatedTimestamp - The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.Copyright © 2021. All rights reserved.