public static interface VoiceProfileDomain.Builder extends SdkPojo, CopyableBuilder<VoiceProfileDomain.Builder,VoiceProfileDomain>
| Modifier and Type | Method and Description |
|---|---|
VoiceProfileDomain.Builder |
createdTimestamp(Instant createdTimestamp)
The time at which the voice profile domain was created.
|
VoiceProfileDomain.Builder |
description(String description)
The description of the voice profile domain.
|
VoiceProfileDomain.Builder |
name(String name)
The name of the voice profile domain.
|
default VoiceProfileDomain.Builder |
serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)
A structure that contains the configuration settings for server-side encryption.
|
VoiceProfileDomain.Builder |
serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
A structure that contains the configuration settings for server-side encryption.
|
VoiceProfileDomain.Builder |
updatedTimestamp(Instant updatedTimestamp)
The time at which the voice profile was last updated.
|
VoiceProfileDomain.Builder |
voiceProfileDomainArn(String voiceProfileDomainArn)
The voice profile domain's Amazon Resource Number (ARN).
|
VoiceProfileDomain.Builder |
voiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVoiceProfileDomain.Builder voiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain.
voiceProfileDomainId - The ID of the voice profile domain.VoiceProfileDomain.Builder voiceProfileDomainArn(String voiceProfileDomainArn)
The voice profile domain's Amazon Resource Number (ARN).
voiceProfileDomainArn - The voice profile domain's Amazon Resource Number (ARN).VoiceProfileDomain.Builder name(String name)
The name of the voice profile domain.
name - The name of the voice profile domain.VoiceProfileDomain.Builder description(String description)
The description of the voice profile domain.
description - The description of the voice profile domain.VoiceProfileDomain.Builder serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
A structure that contains the configuration settings for server-side encryption.
serverSideEncryptionConfiguration - A structure that contains the configuration settings for server-side encryption.default VoiceProfileDomain.Builder serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)
A structure that contains the configuration settings for server-side encryption.
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)VoiceProfileDomain.Builder createdTimestamp(Instant createdTimestamp)
The time at which the voice profile domain was created.
createdTimestamp - The time at which the voice profile domain was created.VoiceProfileDomain.Builder updatedTimestamp(Instant updatedTimestamp)
The time at which the voice profile was last updated.
updatedTimestamp - The time at which the voice profile was last updated.Copyright © 2023. All rights reserved.