Interface UpdateVocabularyFilterResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateVocabularyFilterResponse.Builder,UpdateVocabularyFilterResponse>, SdkBuilder<UpdateVocabularyFilterResponse.Builder,UpdateVocabularyFilterResponse>, SdkPojo, SdkResponse.Builder, TranscribeResponse.Builder
Enclosing class:
UpdateVocabularyFilterResponse

public static interface UpdateVocabularyFilterResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<UpdateVocabularyFilterResponse.Builder,UpdateVocabularyFilterResponse>
  • Method Details

    • vocabularyFilterName

      UpdateVocabularyFilterResponse.Builder vocabularyFilterName(String vocabularyFilterName)

      The name of the updated custom vocabulary filter.

      Parameters:
      vocabularyFilterName - The name of the updated custom vocabulary filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • languageCode

      UpdateVocabularyFilterResponse.Builder languageCode(String languageCode)

      The language code you selected for your custom vocabulary filter.

      Parameters:
      languageCode - The language code you selected for your custom vocabulary filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • languageCode

      The language code you selected for your custom vocabulary filter.

      Parameters:
      languageCode - The language code you selected for your custom vocabulary filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastModifiedTime

      UpdateVocabularyFilterResponse.Builder lastModifiedTime(Instant lastModifiedTime)

      The date and time the specified custom vocabulary filter was last updated.

      Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.

      Parameters:
      lastModifiedTime - The date and time the specified custom vocabulary filter was last updated.

      Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.

      Returns:
      Returns a reference to this object so that method calls can be chained together.