Interface VocabularySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VocabularySummary.Builder,VocabularySummary>,SdkBuilder<VocabularySummary.Builder,VocabularySummary>,SdkPojo
- Enclosing class:
- VocabularySummary
public static interface VocabularySummary.Builder extends SdkPojo, CopyableBuilder<VocabularySummary.Builder,VocabularySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VocabularySummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the custom vocabulary.VocabularySummary.BuilderfailureReason(String failureReason)The reason why the custom vocabulary was not created.VocabularySummary.Builderid(String id)The identifier of the custom vocabulary.VocabularySummary.BuilderlanguageCode(String languageCode)The language code of the vocabulary entries.VocabularySummary.BuilderlanguageCode(VocabularyLanguageCode languageCode)The language code of the vocabulary entries.VocabularySummary.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp when the custom vocabulary was last modified.VocabularySummary.Buildername(String name)A unique name of the custom vocabulary.VocabularySummary.Builderstate(String state)The current state of the custom vocabulary.VocabularySummary.Builderstate(VocabularyState state)The current state of the custom vocabulary.-
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, sdkFields
-
-
-
-
Method Detail
-
name
VocabularySummary.Builder name(String name)
A unique name of the custom vocabulary.
- Parameters:
name- A unique name of the custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
VocabularySummary.Builder id(String id)
The identifier of the custom vocabulary.
- Parameters:
id- The identifier of the custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
VocabularySummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the custom vocabulary.
- Parameters:
arn- The Amazon Resource Name (ARN) of the custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
VocabularySummary.Builder languageCode(String languageCode)
The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
- Parameters:
languageCode- The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VocabularyLanguageCode,VocabularyLanguageCode
-
languageCode
VocabularySummary.Builder languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
- Parameters:
languageCode- The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VocabularyLanguageCode,VocabularyLanguageCode
-
state
VocabularySummary.Builder state(String state)
The current state of the custom vocabulary.
- Parameters:
state- The current state of the custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VocabularyState,VocabularyState
-
state
VocabularySummary.Builder state(VocabularyState state)
The current state of the custom vocabulary.
- Parameters:
state- The current state of the custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VocabularyState,VocabularyState
-
lastModifiedTime
VocabularySummary.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when the custom vocabulary was last modified.
- Parameters:
lastModifiedTime- The timestamp when the custom vocabulary was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
VocabularySummary.Builder failureReason(String failureReason)
The reason why the custom vocabulary was not created.
- Parameters:
failureReason- The reason why the custom vocabulary was not created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-