Interface ThesaurusSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ThesaurusSummary.Builder,ThesaurusSummary>, SdkBuilder<ThesaurusSummary.Builder,ThesaurusSummary>, SdkPojo
Enclosing class:
ThesaurusSummary

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

    • id

      The identifier of the thesaurus.

      Parameters:
      id - The identifier of the thesaurus.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the thesaurus.

      Parameters:
      name - The name of the thesaurus.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the thesaurus.

      Parameters:
      status - The status of the thesaurus.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the thesaurus.

      Parameters:
      status - The status of the thesaurus.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      ThesaurusSummary.Builder createdAt(Instant createdAt)

      The Unix timestamp when the thesaurus was created.

      Parameters:
      createdAt - The Unix timestamp when the thesaurus was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      ThesaurusSummary.Builder updatedAt(Instant updatedAt)

      The Unix timestamp when the thesaurus was last updated.

      Parameters:
      updatedAt - The Unix timestamp when the thesaurus was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.