public static interface VoiceConnector.Builder extends SdkPojo, CopyableBuilder<VoiceConnector.Builder,VoiceConnector>
| Modifier and Type | Method and Description |
|---|---|
VoiceConnector.Builder |
awsRegion(String awsRegion)
The AWS Region in which the Voice Connector is created.
|
VoiceConnector.Builder |
awsRegion(VoiceConnectorAwsRegion awsRegion)
The AWS Region in which the Voice Connector is created.
|
VoiceConnector.Builder |
createdTimestamp(Instant createdTimestamp)
The Voice Connector's creation timestamp, in ISO 8601 format.
|
VoiceConnector.Builder |
name(String name)
The Voice Connector's name.
|
VoiceConnector.Builder |
outboundHostName(String outboundHostName)
The outbound host name for the Voice Connector.
|
VoiceConnector.Builder |
requireEncryption(Boolean requireEncryption)
Enables or disables encryption for the Voice Connector.
|
VoiceConnector.Builder |
updatedTimestamp(Instant updatedTimestamp)
The Voice Connector's updated timestamp, in ISO 8601 format.
|
VoiceConnector.Builder |
voiceConnectorArn(String voiceConnectorArn)
The ARN of the Voice Connector.
|
VoiceConnector.Builder |
voiceConnectorId(String voiceConnectorId)
The Voice Connector's ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVoiceConnector.Builder voiceConnectorId(String voiceConnectorId)
The Voice Connector's ID.
voiceConnectorId - The Voice Connector's ID.VoiceConnector.Builder awsRegion(String awsRegion)
The AWS Region in which the Voice Connector is created. Default: us-east-1.
awsRegion - The AWS Region in which the Voice Connector is created. Default: us-east-1.VoiceConnectorAwsRegion,
VoiceConnectorAwsRegionVoiceConnector.Builder awsRegion(VoiceConnectorAwsRegion awsRegion)
The AWS Region in which the Voice Connector is created. Default: us-east-1.
awsRegion - The AWS Region in which the Voice Connector is created. Default: us-east-1.VoiceConnectorAwsRegion,
VoiceConnectorAwsRegionVoiceConnector.Builder name(String name)
The Voice Connector's name.
name - The Voice Connector's name.VoiceConnector.Builder outboundHostName(String outboundHostName)
The outbound host name for the Voice Connector.
outboundHostName - The outbound host name for the Voice Connector.VoiceConnector.Builder requireEncryption(Boolean requireEncryption)
Enables or disables encryption for the Voice Connector.
requireEncryption - Enables or disables encryption for the Voice Connector.VoiceConnector.Builder createdTimestamp(Instant createdTimestamp)
The Voice Connector's creation timestamp, in ISO 8601 format.
createdTimestamp - The Voice Connector's creation timestamp, in ISO 8601 format.VoiceConnector.Builder updatedTimestamp(Instant updatedTimestamp)
The Voice Connector's updated timestamp, in ISO 8601 format.
updatedTimestamp - The Voice Connector's updated timestamp, in ISO 8601 format.VoiceConnector.Builder voiceConnectorArn(String voiceConnectorArn)
The ARN of the Voice Connector.
voiceConnectorArn - The ARN of the Voice Connector.Copyright © 2023. All rights reserved.