Interface VoiceProfile.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VoiceProfile.Builder,
,VoiceProfile> SdkBuilder<VoiceProfile.Builder,
,VoiceProfile> SdkPojo
- Enclosing class:
VoiceProfile
@Mutable
@NotThreadSafe
public static interface VoiceProfile.Builder
extends SdkPojo, CopyableBuilder<VoiceProfile.Builder,VoiceProfile>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The time at which the voice profile was created and enrolled.expirationTimestamp
(Instant expirationTimestamp) The time at which a voice profile expires unless you re-enroll the caller via theUpdateVoiceProfile
API.updatedTimestamp
(Instant updatedTimestamp) The time at which the voice profile was last updated.voiceProfileArn
(String voiceProfileArn) The ARN of the voice profile.voiceProfileDomainId
(String voiceProfileDomainId) The ID of the domain that contains the voice profile.voiceProfileId
(String voiceProfileId) The ID of the voice profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
voiceProfileId
The ID of the voice profile.
- Parameters:
voiceProfileId
- The ID of the voice profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceProfileArn
The ARN of the voice profile.
- Parameters:
voiceProfileArn
- The ARN of the voice profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceProfileDomainId
The ID of the domain that contains the voice profile.
- Parameters:
voiceProfileDomainId
- The ID of the domain that contains the voice profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The time at which the voice profile was created and enrolled.
- Parameters:
createdTimestamp
- The time at which the voice profile was created and enrolled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTimestamp
The time at which the voice profile was last updated.
- Parameters:
updatedTimestamp
- The time at which the voice profile was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expirationTimestamp
The time at which a voice profile expires unless you re-enroll the caller via the
UpdateVoiceProfile
API.- Parameters:
expirationTimestamp
- The time at which a voice profile expires unless you re-enroll the caller via theUpdateVoiceProfile
API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-