Interface VoiceProfileSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VoiceProfileSummary.Builder,
,VoiceProfileSummary> SdkBuilder<VoiceProfileSummary.Builder,
,VoiceProfileSummary> SdkPojo
- Enclosing class:
VoiceProfileSummary
@Mutable
@NotThreadSafe
public static interface VoiceProfileSummary.Builder
extends SdkPojo, CopyableBuilder<VoiceProfileSummary.Builder,VoiceProfileSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The time at which a voice profile summary was created.expirationTimestamp
(Instant expirationTimestamp) Extends the life of the voice profile.updatedTimestamp
(Instant updatedTimestamp) The time at which a voice profile summary was last updated.voiceProfileArn
(String voiceProfileArn) The ARN of the voice profile in a voice profile summary.voiceProfileDomainId
(String voiceProfileDomainId) The ID of the voice profile domain in a voice profile summary.voiceProfileId
(String voiceProfileId) The ID of the voice profile in a voice profile summary.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 in a voice profile summary.
- Parameters:
voiceProfileId
- The ID of the voice profile in a voice profile summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceProfileArn
The ARN of the voice profile in a voice profile summary.
- Parameters:
voiceProfileArn
- The ARN of the voice profile in a voice profile summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceProfileDomainId
The ID of the voice profile domain in a voice profile summary.
- Parameters:
voiceProfileDomainId
- The ID of the voice profile domain in a voice profile summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The time at which a voice profile summary was created.
- Parameters:
createdTimestamp
- The time at which a voice profile summary was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTimestamp
The time at which a voice profile summary was last updated.
- Parameters:
updatedTimestamp
- The time at which a voice profile summary was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
expirationTimestamp
- Extends the life of the voice profile. You can useUpdateVoiceProfile
to refresh an existing voice profile's voice print and extend the life of the summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-