Interface CreateGlossaryResponse.Builder

  • Method Details

    • description

      CreateGlossaryResponse.Builder description(String description)

      The description of this business glossary.

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

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

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

      The ID of this business glossary.

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

      The name of this business glossary.

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

      CreateGlossaryResponse.Builder owningProjectId(String owningProjectId)

      The ID of the project that currently owns this business glossary.

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

      The status of this business glossary.

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

      The status of this business glossary.

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

      CreateGlossaryResponse.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

      CreateGlossaryResponse.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

      CreateGlossaryResponse.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.