Interface VoiceProfileDomainSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VoiceProfileDomainSummary.Builder,
,VoiceProfileDomainSummary> SdkBuilder<VoiceProfileDomainSummary.Builder,
,VoiceProfileDomainSummary> SdkPojo
- Enclosing class:
VoiceProfileDomainSummary
@Mutable
@NotThreadSafe
public static interface VoiceProfileDomainSummary.Builder
extends SdkPojo, CopyableBuilder<VoiceProfileDomainSummary.Builder,VoiceProfileDomainSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The time at which the voice profile domain summary was created.description
(String description) Describes the voice profile domain summary.The name of the voice profile domain summary.updatedTimestamp
(Instant updatedTimestamp) The time at which the voice profile domain summary was last updated.voiceProfileDomainArn
(String voiceProfileDomainArn) The ARN of a voice profile in a voice profile domain summary.voiceProfileDomainId
(String voiceProfileDomainId) The ID of the voice profile domain 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
-
voiceProfileDomainId
The ID of the voice profile domain summary.
- Parameters:
voiceProfileDomainId
- The ID of the voice profile domain summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceProfileDomainArn
The ARN of a voice profile in a voice profile domain summary.
- Parameters:
voiceProfileDomainArn
- The ARN of a voice profile in a voice profile domain summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the voice profile domain summary.
- Parameters:
name
- The name of the voice profile domain summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Describes the voice profile domain summary.
- Parameters:
description
- Describes the voice profile domain summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The time at which the voice profile domain summary was created.
- Parameters:
createdTimestamp
- The time at which the voice profile domain summary was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTimestamp
The time at which the voice profile domain summary was last updated.
- Parameters:
updatedTimestamp
- The time at which the voice profile domain summary was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-