Interface VoiceConnector.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VoiceConnector.Builder,VoiceConnector>,SdkBuilder<VoiceConnector.Builder,VoiceConnector>,SdkPojo
- Enclosing class:
- VoiceConnector
public static interface VoiceConnector.Builder extends SdkPojo, CopyableBuilder<VoiceConnector.Builder,VoiceConnector>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VoiceConnector.BuilderawsRegion(String awsRegion)The AWS Region in which the Amazon Chime Voice Connector is created.VoiceConnector.BuilderawsRegion(VoiceConnectorAwsRegion awsRegion)The AWS Region in which the Amazon Chime Voice Connector is created.VoiceConnector.BuildercreatedTimestamp(Instant createdTimestamp)The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.VoiceConnector.Buildername(String name)The name of the Amazon Chime Voice Connector.VoiceConnector.BuilderoutboundHostName(String outboundHostName)The outbound host name for the Amazon Chime Voice Connector.VoiceConnector.BuilderrequireEncryption(Boolean requireEncryption)Designates whether encryption is required for the Amazon Chime Voice Connector.VoiceConnector.BuilderupdatedTimestamp(Instant updatedTimestamp)The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.VoiceConnector.BuildervoiceConnectorArn(String voiceConnectorArn)The ARN of the specified Amazon Chime Voice Connector.VoiceConnector.BuildervoiceConnectorId(String voiceConnectorId)The Amazon Chime Voice Connector 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, sdkFields
-
-
-
-
Method Detail
-
voiceConnectorId
VoiceConnector.Builder voiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
- Parameters:
voiceConnectorId- The Amazon Chime Voice Connector ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsRegion
VoiceConnector.Builder awsRegion(String awsRegion)
The AWS Region in which the Amazon Chime Voice Connector is created. Default:
us-east-1.- Parameters:
awsRegion- The AWS Region in which the Amazon Chime 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:
VoiceConnectorAwsRegion,VoiceConnectorAwsRegion
-
awsRegion
VoiceConnector.Builder awsRegion(VoiceConnectorAwsRegion awsRegion)
The AWS Region in which the Amazon Chime Voice Connector is created. Default:
us-east-1.- Parameters:
awsRegion- The AWS Region in which the Amazon Chime 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:
VoiceConnectorAwsRegion,VoiceConnectorAwsRegion
-
name
VoiceConnector.Builder name(String name)
The name of the Amazon Chime Voice Connector.
- Parameters:
name- The name of the Amazon Chime Voice Connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundHostName
VoiceConnector.Builder outboundHostName(String outboundHostName)
The outbound host name for the Amazon Chime Voice Connector.
- Parameters:
outboundHostName- The outbound host name for the Amazon Chime Voice Connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requireEncryption
VoiceConnector.Builder requireEncryption(Boolean requireEncryption)
Designates whether encryption is required for the Amazon Chime Voice Connector.
- Parameters:
requireEncryption- Designates whether encryption is required for the Amazon Chime Voice Connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
VoiceConnector.Builder createdTimestamp(Instant createdTimestamp)
The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.
- Parameters:
createdTimestamp- The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTimestamp
VoiceConnector.Builder updatedTimestamp(Instant updatedTimestamp)
The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.
- Parameters:
updatedTimestamp- The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceConnectorArn
VoiceConnector.Builder voiceConnectorArn(String voiceConnectorArn)
The ARN of the specified Amazon Chime Voice Connector.
- Parameters:
voiceConnectorArn- The ARN of the specified Amazon Chime Voice Connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-