Interface VocabularySummary.Builder

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