| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
static VoiceProfile.Builder |
VoiceProfile.builder() |
VoiceProfile.Builder |
VoiceProfile.Builder.createdTimestamp(Instant createdTimestamp)
The time at which the voice profile was created and enrolled.
|
VoiceProfile.Builder |
VoiceProfile.Builder.expirationTimestamp(Instant expirationTimestamp)
The time at which a voice profile expires unless you re-enroll the caller via the
UpdateVoiceProfile API. |
VoiceProfile.Builder |
VoiceProfile.toBuilder() |
VoiceProfile.Builder |
VoiceProfile.Builder.updatedTimestamp(Instant updatedTimestamp)
The time at which the voice profile was last updated.
|
VoiceProfile.Builder |
VoiceProfile.Builder.voiceProfileArn(String voiceProfileArn)
The ARN of the voice profile.
|
VoiceProfile.Builder |
VoiceProfile.Builder.voiceProfileDomainId(String voiceProfileDomainId)
The ID of the domain that contains the voice profile.
|
VoiceProfile.Builder |
VoiceProfile.Builder.voiceProfileId(String voiceProfileId)
The ID of the voice profile.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VoiceProfile.Builder> |
VoiceProfile.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetVoiceProfileResponse.Builder |
GetVoiceProfileResponse.Builder.voiceProfile(Consumer<VoiceProfile.Builder> voiceProfile)
The voice profile details.
|
default UpdateVoiceProfileResponse.Builder |
UpdateVoiceProfileResponse.Builder.voiceProfile(Consumer<VoiceProfile.Builder> voiceProfile)
The updated voice profile settings.
|
default CreateVoiceProfileResponse.Builder |
CreateVoiceProfileResponse.Builder.voiceProfile(Consumer<VoiceProfile.Builder> voiceProfile)
The requested voice profile.
|
Copyright © 2023. All rights reserved.