Interface CreateGlossaryRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateGlossaryRequest.Builder,CreateGlossaryRequest>, DataZoneRequest.Builder, SdkBuilder<CreateGlossaryRequest.Builder,CreateGlossaryRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateGlossaryRequest

public static interface CreateGlossaryRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateGlossaryRequest.Builder,CreateGlossaryRequest>
  • Method Details

    • clientToken

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

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

      CreateGlossaryRequest.Builder domainIdentifier(String domainIdentifier)

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

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

      CreateGlossaryRequest.Builder owningProjectIdentifier(String owningProjectIdentifier)

      The ID of the project that currently owns business glossary.

      Parameters:
      owningProjectIdentifier - The ID of the project that currently owns 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:
    • overrideConfiguration

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