Interface GetGlossaryResponse.Builder

    • Method Detail

      • 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

        GetGlossaryResponse.Builder id​(String 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

        GetGlossaryResponse.Builder name​(String 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.
      • 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.