Interface VocabularySummary.Builder

  • Method Details

    • 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

      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

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