| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
static VoiceProfileSummary.Builder |
VoiceProfileSummary.builder() |
VoiceProfileSummary.Builder |
VoiceProfileSummary.Builder.createdTimestamp(Instant createdTimestamp)
The time at which a voice profile summary was created.
|
VoiceProfileSummary.Builder |
VoiceProfileSummary.Builder.expirationTimestamp(Instant expirationTimestamp)
Extends the life of the voice profile.
|
VoiceProfileSummary.Builder |
VoiceProfileSummary.toBuilder() |
VoiceProfileSummary.Builder |
VoiceProfileSummary.Builder.updatedTimestamp(Instant updatedTimestamp)
The time at which a voice profile summary was last updated.
|
VoiceProfileSummary.Builder |
VoiceProfileSummary.Builder.voiceProfileArn(String voiceProfileArn)
The ARN of the voice profile in a voice profile summary.
|
VoiceProfileSummary.Builder |
VoiceProfileSummary.Builder.voiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain in a voice profile summary.
|
VoiceProfileSummary.Builder |
VoiceProfileSummary.Builder.voiceProfileId(String voiceProfileId)
The ID of the voice profile in a voice profile summary.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VoiceProfileSummary.Builder> |
VoiceProfileSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.