Interface VoiceProfileDomainSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VoiceProfileDomainSummary.Builder,VoiceProfileDomainSummary>,SdkBuilder<VoiceProfileDomainSummary.Builder,VoiceProfileDomainSummary>,SdkPojo
- Enclosing class:
- VoiceProfileDomainSummary
public static interface VoiceProfileDomainSummary.Builder extends SdkPojo, CopyableBuilder<VoiceProfileDomainSummary.Builder,VoiceProfileDomainSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VoiceProfileDomainSummary.BuildercreatedTimestamp(Instant createdTimestamp)The time at which the voice profile domain summary was created.VoiceProfileDomainSummary.Builderdescription(String description)Describes the voice profile domain summary.VoiceProfileDomainSummary.Buildername(String name)The name of the voice profile domain summary.VoiceProfileDomainSummary.BuilderupdatedTimestamp(Instant updatedTimestamp)The time at which the voice profile domain summary was last updated.VoiceProfileDomainSummary.BuildervoiceProfileDomainArn(String voiceProfileDomainArn)The ARN of a voice profile in a voice profile domain summary.VoiceProfileDomainSummary.BuildervoiceProfileDomainId(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 Detail
-
voiceProfileDomainId
VoiceProfileDomainSummary.Builder voiceProfileDomainId(String 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
VoiceProfileDomainSummary.Builder voiceProfileDomainArn(String 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
VoiceProfileDomainSummary.Builder name(String 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
VoiceProfileDomainSummary.Builder description(String 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
VoiceProfileDomainSummary.Builder createdTimestamp(Instant 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
VoiceProfileDomainSummary.Builder updatedTimestamp(Instant 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.
-
-