public static interface VoiceConnectorGroup.Builder extends SdkPojo, CopyableBuilder<VoiceConnectorGroup.Builder,VoiceConnectorGroup>
| Modifier and Type | Method and Description |
|---|---|
VoiceConnectorGroup.Builder |
createdTimestamp(Instant createdTimestamp)
The Voice Connector group's creation time stamp, in ISO 8601 format.
|
VoiceConnectorGroup.Builder |
name(String name)
The name of a Voice Connector group.
|
VoiceConnectorGroup.Builder |
updatedTimestamp(Instant updatedTimestamp)
The Voice Connector group's creation time stamp, in ISO 8601 format.
|
VoiceConnectorGroup.Builder |
voiceConnectorGroupArn(String voiceConnectorGroupArn)
The ARN of the Voice Connector group.
|
VoiceConnectorGroup.Builder |
voiceConnectorGroupId(String voiceConnectorGroupId)
The ID of a Voice Connector group.
|
VoiceConnectorGroup.Builder |
voiceConnectorItems(Collection<VoiceConnectorItem> voiceConnectorItems)
The Voice Connectors to which you route inbound calls.
|
VoiceConnectorGroup.Builder |
voiceConnectorItems(Consumer<VoiceConnectorItem.Builder>... voiceConnectorItems)
The Voice Connectors to which you route inbound calls.
|
VoiceConnectorGroup.Builder |
voiceConnectorItems(VoiceConnectorItem... voiceConnectorItems)
The Voice Connectors to which you route inbound calls.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVoiceConnectorGroup.Builder voiceConnectorGroupId(String voiceConnectorGroupId)
The ID of a Voice Connector group.
voiceConnectorGroupId - The ID of a Voice Connector group.VoiceConnectorGroup.Builder name(String name)
The name of a Voice Connector group.
name - The name of a Voice Connector group.VoiceConnectorGroup.Builder voiceConnectorItems(Collection<VoiceConnectorItem> voiceConnectorItems)
The Voice Connectors to which you route inbound calls.
voiceConnectorItems - The Voice Connectors to which you route inbound calls.VoiceConnectorGroup.Builder voiceConnectorItems(VoiceConnectorItem... voiceConnectorItems)
The Voice Connectors to which you route inbound calls.
voiceConnectorItems - The Voice Connectors to which you route inbound calls.VoiceConnectorGroup.Builder voiceConnectorItems(Consumer<VoiceConnectorItem.Builder>... voiceConnectorItems)
The Voice Connectors to which you 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 Voice Connector group's creation time stamp, in ISO 8601 format.
createdTimestamp - The Voice Connector group's creation time stamp, in ISO 8601 format.VoiceConnectorGroup.Builder updatedTimestamp(Instant updatedTimestamp)
The Voice Connector group's creation time stamp, in ISO 8601 format.
updatedTimestamp - The Voice Connector group's creation time stamp, in ISO 8601 format.VoiceConnectorGroup.Builder voiceConnectorGroupArn(String voiceConnectorGroupArn)
The ARN of the Voice Connector group.
voiceConnectorGroupArn - The ARN of the Voice Connector group.Copyright © 2023. All rights reserved.