Interface UpdateGlossaryRequest.Builder

  • Method Details

    • clientToken

      UpdateGlossaryRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

      Parameters:
      clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateGlossaryRequest.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.
    • domainIdentifier

      UpdateGlossaryRequest.Builder domainIdentifier(String domainIdentifier)

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

      Parameters:
      domainIdentifier - 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.
    • identifier

      UpdateGlossaryRequest.Builder identifier(String identifier)

      The identifier of the business glossary to be updated.

      Parameters:
      identifier - The identifier of the business glossary 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.
    • 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:
    • overrideConfiguration

      UpdateGlossaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.