Interface AssociateGlossaryTermsResponse.Builder

  • Method Details

    • assetIdentifier

      AssociateGlossaryTermsResponse.Builder assetIdentifier(String assetIdentifier)

      The unique identifier of the asset.

      Parameters:
      assetIdentifier - The unique identifier of the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iterableFormName

      AssociateGlossaryTermsResponse.Builder iterableFormName(String iterableFormName)

      The name of the iterable form, if the association targets an item.

      Parameters:
      iterableFormName - The name of the iterable form, if the association targets an item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • itemIdentifier

      AssociateGlossaryTermsResponse.Builder itemIdentifier(String itemIdentifier)

      The identifier of the item within the iterable form, if applicable.

      Parameters:
      itemIdentifier - The identifier of the item within the iterable form, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glossaryTerms

      The glossary terms now associated with the asset.

      Parameters:
      glossaryTerms - The glossary terms now associated with the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glossaryTerms

      AssociateGlossaryTermsResponse.Builder glossaryTerms(String... glossaryTerms)

      The glossary terms now associated with the asset.

      Parameters:
      glossaryTerms - The glossary terms now associated with the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.