Interface VoiceConnector.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VoiceConnector.Builder,
,VoiceConnector> SdkBuilder<VoiceConnector.Builder,
,VoiceConnector> SdkPojo
- Enclosing class:
VoiceConnector
@Mutable
@NotThreadSafe
public static interface VoiceConnector.Builder
extends SdkPojo, CopyableBuilder<VoiceConnector.Builder,VoiceConnector>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS Region in which the Voice Connector is created.awsRegion
(VoiceConnectorAwsRegion awsRegion) The AWS Region in which the Voice Connector is created.createdTimestamp
(Instant createdTimestamp) The Voice Connector's creation timestamp, in ISO 8601 format.integrationType
(String integrationType) The connectors for use with Amazon Connect.integrationType
(VoiceConnectorIntegrationType integrationType) The connectors for use with Amazon Connect.The Voice Connector's name.outboundHostName
(String outboundHostName) The outbound host name for the Voice Connector.requireEncryption
(Boolean requireEncryption) Enables or disables encryption for the Voice Connector.updatedTimestamp
(Instant updatedTimestamp) The Voice Connector's updated timestamp, in ISO 8601 format.voiceConnectorArn
(String voiceConnectorArn) The ARN of the Voice Connector.voiceConnectorId
(String voiceConnectorId) The Voice Connector's ID.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 Details
-
voiceConnectorId
The Voice Connector's ID.
- Parameters:
voiceConnectorId
- The Voice Connector's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsRegion
The AWS Region in which the Voice Connector is created. Default: us-east-1.
- Parameters:
awsRegion
- The AWS Region in which the Voice Connector is created. Default: us-east-1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
awsRegion
The AWS Region in which the Voice Connector is created. Default: us-east-1.
- Parameters:
awsRegion
- The AWS Region in which the Voice Connector is created. Default: us-east-1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The Voice Connector's name.
- Parameters:
name
- The Voice Connector's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundHostName
The outbound host name for the Voice Connector.
- Parameters:
outboundHostName
- The outbound host name for the Voice Connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
createdTimestamp
The Voice Connector's creation timestamp, in ISO 8601 format.
- Parameters:
createdTimestamp
- The Voice Connector's creation timestamp, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTimestamp
The Voice Connector's updated timestamp, in ISO 8601 format.
- Parameters:
updatedTimestamp
- The Voice Connector's updated timestamp, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceConnectorArn
The ARN of the Voice Connector.
- Parameters:
voiceConnectorArn
- The ARN of the Voice Connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationType
The connectors for use with Amazon Connect.
- Parameters:
integrationType
- The connectors for use with Amazon Connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
integrationType
The connectors for use with Amazon Connect.
- Parameters:
integrationType
- The connectors for use with Amazon Connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-