Interface UpdateGlossaryResponse.Builder

  • Method Details

    • description

      UpdateGlossaryResponse.Builder description(String description)

      The description to be updated as part of the UpdateGlossary action.

      Parameters:
      description - The description to be updated as part of the UpdateGlossary action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainId

      The identifier of the Amazon DataZone domain in which a business glossary is to be updated.

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

      The identifier of the business glossary that is to be updated.

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

      The name to be updated as part of the UpdateGlossary action.

      Parameters:
      name - The name to be updated as part of the UpdateGlossary action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • owningProjectId

      UpdateGlossaryResponse.Builder owningProjectId(String owningProjectId)

      The identifier of the project in which to update a business glossary.

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

      The status to be updated as part of the UpdateGlossary action.

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

      The status to be updated as part of the UpdateGlossary action.

      Parameters:
      status - The status to be updated as part of the UpdateGlossary action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • usageRestrictionsWithStrings

      UpdateGlossaryResponse.Builder usageRestrictionsWithStrings(Collection<String> usageRestrictions)

      The usage restriction of the restricted glossary.

      Parameters:
      usageRestrictions - The usage restriction of the restricted glossary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • usageRestrictionsWithStrings

      UpdateGlossaryResponse.Builder usageRestrictionsWithStrings(String... usageRestrictions)

      The usage restriction of the restricted glossary.

      Parameters:
      usageRestrictions - The usage restriction of the restricted glossary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • usageRestrictions

      The usage restriction of the restricted glossary.

      Parameters:
      usageRestrictions - The usage restriction of the restricted glossary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • usageRestrictions

      UpdateGlossaryResponse.Builder usageRestrictions(GlossaryUsageRestriction... usageRestrictions)

      The usage restriction of the restricted glossary.

      Parameters:
      usageRestrictions - The usage restriction of the restricted glossary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.