public static interface VoiceProfile.Builder extends SdkPojo, CopyableBuilder<VoiceProfile.Builder,VoiceProfile>
| Modifier and Type | Method and Description |
|---|---|
VoiceProfile.Builder |
createdTimestamp(Instant createdTimestamp)
The time at which the voice profile was created and enrolled.
|
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 |
updatedTimestamp(Instant updatedTimestamp)
The time at which the voice profile was last updated.
|
VoiceProfile.Builder |
voiceProfileArn(String voiceProfileArn)
The ARN of the voice profile.
|
VoiceProfile.Builder |
voiceProfileDomainId(String voiceProfileDomainId)
The ID of the domain that contains the voice profile.
|
VoiceProfile.Builder |
voiceProfileId(String voiceProfileId)
The ID of the voice profile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVoiceProfile.Builder voiceProfileId(String voiceProfileId)
The ID of the voice profile.
voiceProfileId - The ID of the voice profile.VoiceProfile.Builder voiceProfileArn(String voiceProfileArn)
The ARN of the voice profile.
voiceProfileArn - The ARN of the voice profile.VoiceProfile.Builder voiceProfileDomainId(String voiceProfileDomainId)
The ID of the domain that contains the voice profile.
voiceProfileDomainId - The ID of the domain that contains the voice profile.VoiceProfile.Builder createdTimestamp(Instant createdTimestamp)
The time at which the voice profile was created and enrolled.
createdTimestamp - The time at which the voice profile was created and enrolled.VoiceProfile.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.VoiceProfile.Builder expirationTimestamp(Instant expirationTimestamp)
The time at which a voice profile expires unless you re-enroll the caller via the
UpdateVoiceProfile API.
expirationTimestamp - The time at which a voice profile expires unless you re-enroll the caller via the
UpdateVoiceProfile API.Copyright © 2023. All rights reserved.