@Generated(value="software.amazon.awssdk:codegen") public final class VoiceConnector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VoiceConnector.Builder,VoiceConnector>
The Amazon Chime SDK 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 Voice Connector is created.
|
String |
awsRegionAsString()
The AWS Region in which the Voice Connector is created.
|
static VoiceConnector.Builder |
builder() |
Instant |
createdTimestamp()
The Voice Connector's 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 Voice Connector's name.
|
String |
outboundHostName()
The outbound host name for the Voice Connector.
|
Boolean |
requireEncryption()
Enables or disables encryption for the 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 Voice Connector's updated timestamp, in ISO 8601 format.
|
String |
voiceConnectorArn()
The ARN of the Voice Connector.
|
String |
voiceConnectorId()
The Voice Connector's ID.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String voiceConnectorId()
The Voice Connector's ID.
public final VoiceConnectorAwsRegion awsRegion()
The AWS Region in which the 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().
VoiceConnectorAwsRegionpublic final String awsRegionAsString()
The AWS Region in which the 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().
VoiceConnectorAwsRegionpublic final String name()
The Voice Connector's name.
public final String outboundHostName()
The outbound host name for the Voice Connector.
public final Boolean requireEncryption()
Enables or disables encryption for the Voice Connector.
public final Instant createdTimestamp()
The Voice Connector's creation timestamp, in ISO 8601 format.
public final Instant updatedTimestamp()
The Voice Connector's updated timestamp, in ISO 8601 format.
public final String voiceConnectorArn()
The ARN of the 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.