public static interface CreateVoiceProfileDomainRequest.Builder extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<CreateVoiceProfileDomainRequest.Builder,CreateVoiceProfileDomainRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVoiceProfileDomainRequest.Builder name(String name)
The name of the voice profile domain.
name - The name of the voice profile domain.CreateVoiceProfileDomainRequest.Builder description(String description)
A description of the voice profile domain.
description - A description of the voice profile domain.CreateVoiceProfileDomainRequest.Builder serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration for the request.
serverSideEncryptionConfiguration - The server-side encryption configuration for the request.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 via
ServerSideEncryptionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration).
serverSideEncryptionConfiguration - a consumer that will call methods on ServerSideEncryptionConfiguration.BuilderserverSideEncryptionConfiguration(ServerSideEncryptionConfiguration)CreateVoiceProfileDomainRequest.Builder clientRequestToken(String clientRequestToken)
The unique identifier for the client request. Use a different token for different domain creation requests.
clientRequestToken - The unique identifier for the client request. Use a different token for different domain creation
requests.CreateVoiceProfileDomainRequest.Builder tags(Collection<Tag> tags)
The tags assigned to the domain.
tags - The tags assigned to the domain.CreateVoiceProfileDomainRequest.Builder tags(Tag... tags)
The tags assigned to the domain.
tags - The tags assigned to the domain.CreateVoiceProfileDomainRequest.Builder tags(Consumer<Tag.Builder>... 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 via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateVoiceProfileDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateVoiceProfileDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.