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 |
voiceConnectorGroupArn(String voiceConnectorGroupArn)
The ARN of the specified Amazon Chime Voice Connector group.
|
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 method that creates an instance of theVoiceConnectorItem.Builder avoiding the need to create
one manually via VoiceConnectorItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #voiceConnectorItems(List.
voiceConnectorItems - a consumer that will call methods on
VoiceConnectorItem.Builder#voiceConnectorItems(java.util.Collection) 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.VoiceConnectorGroup.Builder voiceConnectorGroupArn(String voiceConnectorGroupArn)
The ARN of the specified Amazon Chime Voice Connector group.
voiceConnectorGroupArn - The ARN of the specified Amazon Chime Voice Connector group.Copyright © 2023. All rights reserved.