public static interface VoiceProfileDomainSummary.Builder extends SdkPojo, CopyableBuilder<VoiceProfileDomainSummary.Builder,VoiceProfileDomainSummary>
| Modifier and Type | Method and Description |
|---|---|
VoiceProfileDomainSummary.Builder |
createdTimestamp(Instant createdTimestamp)
The time at which the voice profile domain summary was created.
|
VoiceProfileDomainSummary.Builder |
description(String description)
Describes the voice profile domain summary.
|
VoiceProfileDomainSummary.Builder |
name(String name)
The name of the voice profile domain summary.
|
VoiceProfileDomainSummary.Builder |
updatedTimestamp(Instant updatedTimestamp)
The time at which the voice profile domain summary was last updated.
|
VoiceProfileDomainSummary.Builder |
voiceProfileDomainArn(String voiceProfileDomainArn)
The ARN of a voice profile in a voice profile domain summary.
|
VoiceProfileDomainSummary.Builder |
voiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain summary.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVoiceProfileDomainSummary.Builder voiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain summary.
voiceProfileDomainId - The ID of the voice profile domain summary.VoiceProfileDomainSummary.Builder voiceProfileDomainArn(String voiceProfileDomainArn)
The ARN of a voice profile in a voice profile domain summary.
voiceProfileDomainArn - The ARN of a voice profile in a voice profile domain summary.VoiceProfileDomainSummary.Builder name(String name)
The name of the voice profile domain summary.
name - The name of the voice profile domain summary.VoiceProfileDomainSummary.Builder description(String description)
Describes the voice profile domain summary.
description - Describes the voice profile domain summary.VoiceProfileDomainSummary.Builder createdTimestamp(Instant createdTimestamp)
The time at which the voice profile domain summary was created.
createdTimestamp - The time at which the voice profile domain summary was created.VoiceProfileDomainSummary.Builder updatedTimestamp(Instant updatedTimestamp)
The time at which the voice profile domain summary was last updated.
updatedTimestamp - The time at which the voice profile domain summary was last updated.Copyright © 2023. All rights reserved.