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 Details

    • 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:
    • 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:
    • 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.