@Generated(value="software.amazon.awssdk:codegen") public final class VoiceConnector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VoiceConnector.Builder,VoiceConnector>
The Amazon Chime Voice Connector configuration, including outbound host name and encryption settings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VoiceConnector.Builder |
| Modifier and Type | Method and Description |
|---|---|
VoiceConnectorAwsRegion |
awsRegion()
The AWS Region in which the Amazon Chime Voice Connector is created.
|
String |
awsRegionAsString()
The AWS Region in which the Amazon Chime Voice Connector is created.
|
static VoiceConnector.Builder |
builder() |
Instant |
createdTimestamp()
The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the Amazon Chime Voice Connector.
|
String |
outboundHostName()
The outbound host name for the Amazon Chime Voice Connector.
|
Boolean |
requireEncryption()
Designates whether encryption is required for the Amazon Chime Voice Connector.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VoiceConnector.Builder> |
serializableBuilderClass() |
VoiceConnector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedTimestamp()
The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.
|
String |
voiceConnectorArn()
The ARN of the specified Amazon Chime Voice Connector.
|
String |
voiceConnectorId()
The Amazon Chime Voice Connector ID.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String voiceConnectorId()
The Amazon Chime Voice Connector ID.
public final VoiceConnectorAwsRegion awsRegion()
The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.
If the service returns an enum value that is not available in the current SDK version, awsRegion will
return VoiceConnectorAwsRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from awsRegionAsString().
us-east-1.VoiceConnectorAwsRegionpublic final String awsRegionAsString()
The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.
If the service returns an enum value that is not available in the current SDK version, awsRegion will
return VoiceConnectorAwsRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from awsRegionAsString().
us-east-1.VoiceConnectorAwsRegionpublic final String name()
The name of the Amazon Chime Voice Connector.
public final String outboundHostName()
The outbound host name for the Amazon Chime Voice Connector.
public final Boolean requireEncryption()
Designates whether encryption is required for the Amazon Chime Voice Connector.
public final Instant createdTimestamp()
The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.
public final Instant updatedTimestamp()
The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.
public final String voiceConnectorArn()
The ARN of the specified Amazon Chime Voice Connector.
public VoiceConnector.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VoiceConnector.Builder,VoiceConnector>public static VoiceConnector.Builder builder()
public static Class<? extends VoiceConnector.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.