Interface CreateVoiceProfileDomainRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkVoiceRequest.Builder
,CopyableBuilder<CreateVoiceProfileDomainRequest.Builder,
,CreateVoiceProfileDomainRequest> SdkBuilder<CreateVoiceProfileDomainRequest.Builder,
,CreateVoiceProfileDomainRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateVoiceProfileDomainRequest
@Mutable
@NotThreadSafe
public static interface CreateVoiceProfileDomainRequest.Builder
extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<CreateVoiceProfileDomainRequest.Builder,CreateVoiceProfileDomainRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken
(String clientRequestToken) The unique identifier for the client request.description
(String description) A description of the voice profile domain.The name of the voice profile domain.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serverSideEncryptionConfiguration
(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration) The server-side encryption configuration for the request.serverSideEncryptionConfiguration
(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration) The server-side encryption configuration for the request.tags
(Collection<Tag> tags) The tags assigned to the domain.tags
(Consumer<Tag.Builder>... tags) The tags assigned to the domain.The tags assigned to the domain.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 Details
-
name
The name of the voice profile domain.
- Parameters:
name
- The name of the voice profile domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the voice profile domain.
- Parameters:
description
- A description of the voice profile domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverSideEncryptionConfiguration
CreateVoiceProfileDomainRequest.Builder serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration) The server-side encryption configuration for the request.
- Parameters:
serverSideEncryptionConfiguration
- The server-side encryption configuration for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverSideEncryptionConfiguration
default CreateVoiceProfileDomainRequest.Builder serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration) The server-side encryption configuration for the request.
This is a convenience method that creates an instance of theServerSideEncryptionConfiguration.Builder
avoiding the need to create one manually viaServerSideEncryptionConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toserverSideEncryptionConfiguration(ServerSideEncryptionConfiguration)
.- Parameters:
serverSideEncryptionConfiguration
- a consumer that will call methods onServerSideEncryptionConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientRequestToken
The unique identifier for the client request. Use a different token for different domain creation requests.
- Parameters:
clientRequestToken
- The unique identifier for the client request. Use a different token for different domain creation requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the domain.
- Parameters:
tags
- The tags assigned to the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the domain.
- Parameters:
tags
- The tags assigned to the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the domain.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- 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:
-
overrideConfiguration
CreateVoiceProfileDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateVoiceProfileDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-