Class CreateVoiceConnectorRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.chimesdkvoice.model.ChimeSdkVoiceRequest
-
- software.amazon.awssdk.services.chimesdkvoice.model.CreateVoiceConnectorRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateVoiceConnectorRequest.Builder,CreateVoiceConnectorRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateVoiceConnectorRequest extends ChimeSdkVoiceRequest implements ToCopyableBuilder<CreateVoiceConnectorRequest.Builder,CreateVoiceConnectorRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateVoiceConnectorRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VoiceConnectorAwsRegionawsRegion()The AWS Region in which the Amazon Chime SDK Voice Connector is created.StringawsRegionAsString()The AWS Region in which the Amazon Chime SDK Voice Connector is created.static CreateVoiceConnectorRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.VoiceConnectorIntegrationTypeintegrationType()The connectors for use with Amazon Connect.StringintegrationTypeAsString()The connectors for use with Amazon Connect.Stringname()The name of the Voice Connector.BooleanrequireEncryption()Enables or disables encryption for the Voice Connector.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateVoiceConnectorRequest.Builder>serializableBuilderClass()List<Tag>tags()The tags assigned to the Voice Connector.CreateVoiceConnectorRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the Voice Connector.
- Returns:
- The name of the Voice Connector.
-
awsRegion
public final VoiceConnectorAwsRegion awsRegion()
The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value:
us-east-1.If the service returns an enum value that is not available in the current SDK version,
awsRegionwill returnVoiceConnectorAwsRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromawsRegionAsString().- Returns:
- The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value:
us-east-1. - See Also:
VoiceConnectorAwsRegion
-
awsRegionAsString
public final String awsRegionAsString()
The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value:
us-east-1.If the service returns an enum value that is not available in the current SDK version,
awsRegionwill returnVoiceConnectorAwsRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromawsRegionAsString().- Returns:
- The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value:
us-east-1. - See Also:
VoiceConnectorAwsRegion
-
requireEncryption
public final Boolean requireEncryption()
Enables or disables encryption for the Voice Connector.
- Returns:
- Enables or disables encryption for the Voice Connector.
-
hasTags
public final boolean hasTags()
For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
tags
public final List<Tag> tags()
The tags assigned to the Voice Connector.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTags()method.- Returns:
- The tags assigned to the Voice Connector.
-
integrationType
public final VoiceConnectorIntegrationType integrationType()
The connectors for use with Amazon Connect.
The following options are available:
-
CONNECT_CALL_TRANSFER_CONNECTOR- Enables enterprises to integrate Amazon Connect with other voice systems to directly transfer voice calls and metadata without using the public telephone network. They can use Amazon Connect telephony and Interactive Voice Response (IVR) with their existing voice systems to modernize the IVR experience of their existing contact center and their enterprise and branch voice systems. Additionally, enterprises migrating their contact center to Amazon Connect can start with Connect telephony and IVR for immediate modernization ahead of agent migration. -
CONNECT_ANALYTICS_CONNECTOR- Enables enterprises to integrate Amazon Connect with other voice systems for real-time and post-call analytics. They can use Amazon Connect Contact Lens with their existing voice systems to provides call recordings, conversational analytics (including contact transcript, sensitive data redaction, content categorization, theme detection, sentiment analysis, real-time alerts, and post-contact summary), and agent performance evaluations (including evaluation forms, automated evaluation, supervisor review) with a rich user experience to display, search and filter customer interactions, and programmatic access to data streams and the data lake. Additionally, enterprises migrating their contact center to Amazon Connect can start with Contact Lens analytics and performance insights ahead of agent migration.
If the service returns an enum value that is not available in the current SDK version,
integrationTypewill returnVoiceConnectorIntegrationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromintegrationTypeAsString().- Returns:
- The connectors for use with Amazon Connect.
The following options are available:
-
CONNECT_CALL_TRANSFER_CONNECTOR- Enables enterprises to integrate Amazon Connect with other voice systems to directly transfer voice calls and metadata without using the public telephone network. They can use Amazon Connect telephony and Interactive Voice Response (IVR) with their existing voice systems to modernize the IVR experience of their existing contact center and their enterprise and branch voice systems. Additionally, enterprises migrating their contact center to Amazon Connect can start with Connect telephony and IVR for immediate modernization ahead of agent migration. -
CONNECT_ANALYTICS_CONNECTOR- Enables enterprises to integrate Amazon Connect with other voice systems for real-time and post-call analytics. They can use Amazon Connect Contact Lens with their existing voice systems to provides call recordings, conversational analytics (including contact transcript, sensitive data redaction, content categorization, theme detection, sentiment analysis, real-time alerts, and post-contact summary), and agent performance evaluations (including evaluation forms, automated evaluation, supervisor review) with a rich user experience to display, search and filter customer interactions, and programmatic access to data streams and the data lake. Additionally, enterprises migrating their contact center to Amazon Connect can start with Contact Lens analytics and performance insights ahead of agent migration.
-
- See Also:
VoiceConnectorIntegrationType
-
-
integrationTypeAsString
public final String integrationTypeAsString()
The connectors for use with Amazon Connect.
The following options are available:
-
CONNECT_CALL_TRANSFER_CONNECTOR- Enables enterprises to integrate Amazon Connect with other voice systems to directly transfer voice calls and metadata without using the public telephone network. They can use Amazon Connect telephony and Interactive Voice Response (IVR) with their existing voice systems to modernize the IVR experience of their existing contact center and their enterprise and branch voice systems. Additionally, enterprises migrating their contact center to Amazon Connect can start with Connect telephony and IVR for immediate modernization ahead of agent migration. -
CONNECT_ANALYTICS_CONNECTOR- Enables enterprises to integrate Amazon Connect with other voice systems for real-time and post-call analytics. They can use Amazon Connect Contact Lens with their existing voice systems to provides call recordings, conversational analytics (including contact transcript, sensitive data redaction, content categorization, theme detection, sentiment analysis, real-time alerts, and post-contact summary), and agent performance evaluations (including evaluation forms, automated evaluation, supervisor review) with a rich user experience to display, search and filter customer interactions, and programmatic access to data streams and the data lake. Additionally, enterprises migrating their contact center to Amazon Connect can start with Contact Lens analytics and performance insights ahead of agent migration.
If the service returns an enum value that is not available in the current SDK version,
integrationTypewill returnVoiceConnectorIntegrationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromintegrationTypeAsString().- Returns:
- The connectors for use with Amazon Connect.
The following options are available:
-
CONNECT_CALL_TRANSFER_CONNECTOR- Enables enterprises to integrate Amazon Connect with other voice systems to directly transfer voice calls and metadata without using the public telephone network. They can use Amazon Connect telephony and Interactive Voice Response (IVR) with their existing voice systems to modernize the IVR experience of their existing contact center and their enterprise and branch voice systems. Additionally, enterprises migrating their contact center to Amazon Connect can start with Connect telephony and IVR for immediate modernization ahead of agent migration. -
CONNECT_ANALYTICS_CONNECTOR- Enables enterprises to integrate Amazon Connect with other voice systems for real-time and post-call analytics. They can use Amazon Connect Contact Lens with their existing voice systems to provides call recordings, conversational analytics (including contact transcript, sensitive data redaction, content categorization, theme detection, sentiment analysis, real-time alerts, and post-contact summary), and agent performance evaluations (including evaluation forms, automated evaluation, supervisor review) with a rich user experience to display, search and filter customer interactions, and programmatic access to data streams and the data lake. Additionally, enterprises migrating their contact center to Amazon Connect can start with Contact Lens analytics and performance insights ahead of agent migration.
-
- See Also:
VoiceConnectorIntegrationType
-
-
toBuilder
public CreateVoiceConnectorRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateVoiceConnectorRequest.Builder,CreateVoiceConnectorRequest>- Specified by:
toBuilderin classChimeSdkVoiceRequest
-
builder
public static CreateVoiceConnectorRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateVoiceConnectorRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-