public static interface VoiceProfileSummary.Builder extends SdkPojo, CopyableBuilder<VoiceProfileSummary.Builder,VoiceProfileSummary>
| Modifier and Type | Method and Description |
|---|---|
VoiceProfileSummary.Builder |
createdTimestamp(Instant createdTimestamp)
The time at which a voice profile summary was created.
|
VoiceProfileSummary.Builder |
expirationTimestamp(Instant expirationTimestamp)
Extends the life of the voice profile.
|
VoiceProfileSummary.Builder |
updatedTimestamp(Instant updatedTimestamp)
The time at which a voice profile summary was last updated.
|
VoiceProfileSummary.Builder |
voiceProfileArn(String voiceProfileArn)
The ARN of the voice profile in a voice profile summary.
|
VoiceProfileSummary.Builder |
voiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain in a voice profile summary.
|
VoiceProfileSummary.Builder |
voiceProfileId(String voiceProfileId)
The ID of the voice profile in a voice profile summary.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVoiceProfileSummary.Builder voiceProfileId(String voiceProfileId)
The ID of the voice profile in a voice profile summary.
voiceProfileId - The ID of the voice profile in a voice profile summary.VoiceProfileSummary.Builder voiceProfileArn(String voiceProfileArn)
The ARN of the voice profile in a voice profile summary.
voiceProfileArn - The ARN of the voice profile in a voice profile summary.VoiceProfileSummary.Builder voiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain in a voice profile summary.
voiceProfileDomainId - The ID of the voice profile domain in a voice profile summary.VoiceProfileSummary.Builder createdTimestamp(Instant createdTimestamp)
The time at which a voice profile summary was created.
createdTimestamp - The time at which a voice profile summary was created.VoiceProfileSummary.Builder updatedTimestamp(Instant updatedTimestamp)
The time at which a voice profile summary was last updated.
updatedTimestamp - The time at which a voice profile summary was last updated.VoiceProfileSummary.Builder expirationTimestamp(Instant expirationTimestamp)
Extends the life of the voice profile. You can use UpdateVoiceProfile to refresh an existing
voice profile's voice print and extend the life of the summary.
expirationTimestamp - Extends the life of the voice profile. You can use UpdateVoiceProfile to refresh an
existing voice profile's voice print and extend the life of the summary.Copyright © 2023. All rights reserved.