Interface DefaultVocabulary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DefaultVocabulary.Builder,DefaultVocabulary>
,SdkBuilder<DefaultVocabulary.Builder,DefaultVocabulary>
,SdkPojo
- Enclosing class:
- DefaultVocabulary
public static interface DefaultVocabulary.Builder extends SdkPojo, CopyableBuilder<DefaultVocabulary.Builder,DefaultVocabulary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultVocabulary.Builder
instanceId(String instanceId)
The identifier of the Amazon Connect instance.DefaultVocabulary.Builder
languageCode(String languageCode)
The language code of the vocabulary entries.DefaultVocabulary.Builder
languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.DefaultVocabulary.Builder
vocabularyId(String vocabularyId)
The identifier of the custom vocabulary.DefaultVocabulary.Builder
vocabularyName(String vocabularyName)
A unique name 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
instanceId
DefaultVocabulary.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId
- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
DefaultVocabulary.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
DefaultVocabulary.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
-
vocabularyId
DefaultVocabulary.Builder vocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
- Parameters:
vocabularyId
- The identifier of the custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vocabularyName
DefaultVocabulary.Builder vocabularyName(String vocabularyName)
A unique name of the custom vocabulary.
- Parameters:
vocabularyName
- A unique name of the custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-