public static interface CreateDomainRequest.Builder extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<CreateDomainRequest.Builder,CreateDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDomainRequest.Builder |
clientToken(String clientToken)
The idempotency token for creating a new domain.
|
CreateDomainRequest.Builder |
description(String description)
A brief description of this domain.
|
CreateDomainRequest.Builder |
name(String name)
The name of the domain.
|
CreateDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateDomainRequest.Builder |
serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)
The configuration, containing the KMS Key Identifier, to be used by Voice ID for the server-side encryption
of your data.
|
CreateDomainRequest.Builder |
serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The configuration, containing the KMS Key Identifier, to be used by Voice ID for the server-side encryption
of your data.
|
CreateDomainRequest.Builder |
tags(Collection<Tag> tags)
A list of tags you want added to the domain.
|
CreateDomainRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags you want added to the domain.
|
CreateDomainRequest.Builder |
tags(Tag... tags)
A list of tags you want added to the domain.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDomainRequest.Builder clientToken(String clientToken)
The idempotency token for creating a new domain. If not provided, Amazon Web Services SDK populates this field.
clientToken - The idempotency token for creating a new domain. If not provided, Amazon Web Services SDK populates
this field.CreateDomainRequest.Builder description(String description)
A brief description of this domain.
description - A brief description of this domain.CreateDomainRequest.Builder name(String name)
The name of the domain.
name - The name of the domain.CreateDomainRequest.Builder serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The configuration, containing the KMS Key Identifier, to be used by Voice ID for the server-side encryption of your data. Refer to Amazon Connect VoiceID encryption at rest for more details on how the KMS Key is used.
serverSideEncryptionConfiguration - The configuration, containing the KMS Key Identifier, to be used by Voice ID for the server-side
encryption of your data. Refer to Amazon Connect VoiceID encryption at rest for more details on how the KMS Key is used.default CreateDomainRequest.Builder serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)
The configuration, containing the KMS Key Identifier, to be used by Voice ID for the server-side encryption of your data. Refer to Amazon Connect VoiceID encryption at rest for more details on how the KMS Key is used.
This is a convenience 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)CreateDomainRequest.Builder tags(Collection<Tag> tags)
A list of tags you want added to the domain.
tags - A list of tags you want added to the domain.CreateDomainRequest.Builder tags(Tag... tags)
A list of tags you want added to the domain.
tags - A list of tags you want added to the domain.CreateDomainRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags you want added to the domain.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.