Interface CreateVoiceConnectorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkVoiceRequest.Builder,CopyableBuilder<CreateVoiceConnectorRequest.Builder,CreateVoiceConnectorRequest>,SdkBuilder<CreateVoiceConnectorRequest.Builder,CreateVoiceConnectorRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateVoiceConnectorRequest
public static interface CreateVoiceConnectorRequest.Builder extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<CreateVoiceConnectorRequest.Builder,CreateVoiceConnectorRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chimesdkvoice.model.ChimeSdkVoiceRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
CreateVoiceConnectorRequest.Builder name(String name)
The name of the Voice Connector.
- Parameters:
name- The name of the Voice Connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsRegion
CreateVoiceConnectorRequest.Builder awsRegion(String awsRegion)
The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value:
us-east-1.- Parameters:
awsRegion- The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value:us-east-1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VoiceConnectorAwsRegion,VoiceConnectorAwsRegion
-
awsRegion
CreateVoiceConnectorRequest.Builder awsRegion(VoiceConnectorAwsRegion awsRegion)
The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value:
us-east-1.- Parameters:
awsRegion- The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value:us-east-1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VoiceConnectorAwsRegion,VoiceConnectorAwsRegion
-
requireEncryption
CreateVoiceConnectorRequest.Builder requireEncryption(Boolean requireEncryption)
Enables or disables encryption for the Voice Connector.
- Parameters:
requireEncryption- Enables or disables encryption for the Voice Connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateVoiceConnectorRequest.Builder tags(Collection<Tag> tags)
The tags assigned to the Voice Connector.
- Parameters:
tags- The tags assigned to the Voice Connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateVoiceConnectorRequest.Builder tags(Tag... tags)
The tags assigned to the Voice Connector.
- Parameters:
tags- The tags assigned to the Voice Connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateVoiceConnectorRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the Voice Connector.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
integrationType
CreateVoiceConnectorRequest.Builder integrationType(String 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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VoiceConnectorIntegrationType,VoiceConnectorIntegrationType
-
-
integrationType
CreateVoiceConnectorRequest.Builder integrationType(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VoiceConnectorIntegrationType,VoiceConnectorIntegrationType
-
-
overrideConfiguration
CreateVoiceConnectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateVoiceConnectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-