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 the 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 the domain.
description - A brief description of the 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 Voice ID 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 Voice ID 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 Voice ID encryption at rest for more details on how the KMS key is used.
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)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 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) CreateDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.