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 Amazon Chime Voice Connector is created.
|
VoiceConnector.Builder |
awsRegion(VoiceConnectorAwsRegion awsRegion)
The AWS Region in which the Amazon Chime Voice Connector is created.
|
VoiceConnector.Builder |
createdTimestamp(Instant createdTimestamp)
The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.
|
VoiceConnector.Builder |
name(String name)
The name of the Amazon Chime Voice Connector.
|
VoiceConnector.Builder |
outboundHostName(String outboundHostName)
The outbound host name for the Amazon Chime Voice Connector.
|
VoiceConnector.Builder |
requireEncryption(Boolean requireEncryption)
Designates whether encryption is required for the Amazon Chime Voice Connector.
|
VoiceConnector.Builder |
updatedTimestamp(Instant updatedTimestamp)
The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.
|
VoiceConnector.Builder |
voiceConnectorArn(String voiceConnectorArn)
The ARN of the specified Amazon Chime Voice Connector.
|
VoiceConnector.Builder |
voiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVoiceConnector.Builder voiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
voiceConnectorId - The Amazon Chime Voice Connector ID.VoiceConnector.Builder awsRegion(String awsRegion)
The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.
awsRegion - The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.VoiceConnectorAwsRegion,
VoiceConnectorAwsRegionVoiceConnector.Builder awsRegion(VoiceConnectorAwsRegion awsRegion)
The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.
awsRegion - The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.VoiceConnectorAwsRegion,
VoiceConnectorAwsRegionVoiceConnector.Builder name(String name)
The name of the Amazon Chime Voice Connector.
name - The name of the Amazon Chime Voice Connector.VoiceConnector.Builder outboundHostName(String outboundHostName)
The outbound host name for the Amazon Chime Voice Connector.
outboundHostName - The outbound host name for the Amazon Chime Voice Connector.VoiceConnector.Builder requireEncryption(Boolean requireEncryption)
Designates whether encryption is required for the Amazon Chime Voice Connector.
requireEncryption - Designates whether encryption is required for the Amazon Chime Voice Connector.VoiceConnector.Builder createdTimestamp(Instant createdTimestamp)
The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.
createdTimestamp - The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.VoiceConnector.Builder updatedTimestamp(Instant updatedTimestamp)
The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.
updatedTimestamp - The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.VoiceConnector.Builder voiceConnectorArn(String voiceConnectorArn)
The ARN of the specified Amazon Chime Voice Connector.
voiceConnectorArn - The ARN of the specified Amazon Chime Voice Connector.Copyright © 2023. All rights reserved.