Interface GetGlossaryResponse.Builder

  • Method Details

    • createdAt

      GetGlossaryResponse.Builder createdAt(Instant createdAt)

      The timestamp of when this business glossary was created.

      Parameters:
      createdAt - The timestamp of when this business glossary was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      GetGlossaryResponse.Builder createdBy(String createdBy)

      The Amazon DataZone user who created this business glossary.

      Parameters:
      createdBy - The Amazon DataZone user who created this business glossary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      GetGlossaryResponse.Builder description(String description)

      The description of the business glossary.

      Parameters:
      description - The description of the business glossary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainId

      GetGlossaryResponse.Builder domainId(String domainId)

      The ID of the Amazon DataZone domain in which this business glossary exists.

      Parameters:
      domainId - The ID of the Amazon DataZone domain in which this business glossary exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the business glossary.

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

      The name of the business glossary.

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

      GetGlossaryResponse.Builder owningProjectId(String owningProjectId)

      The ID of the project that owns this business glossary.

      Parameters:
      owningProjectId - The ID of the project that owns this business glossary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the business glossary.

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

      The status of the business glossary.

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

      GetGlossaryResponse.Builder updatedAt(Instant updatedAt)

      The timestamp of when the business glossary was updated.

      Parameters:
      updatedAt - The timestamp of when the business glossary was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedBy

      GetGlossaryResponse.Builder updatedBy(String updatedBy)

      The Amazon DataZone user who updated the business glossary.

      Parameters:
      updatedBy - The Amazon DataZone user who updated the business glossary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.