Interface DisassociateGlossaryTermsRequest.Builder

  • Method Details

    • assetIdentifier

      DisassociateGlossaryTermsRequest.Builder assetIdentifier(String assetIdentifier)

      The unique identifier of the asset to disassociate glossary terms from.

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

      DisassociateGlossaryTermsRequest.Builder iterableFormName(String iterableFormName)

      The name of the iterable form. When specified along with itemIdentifier, the glossary terms are disassociated from an item within the iterable form rather than the asset itself.

      Parameters:
      iterableFormName - The name of the iterable form. When specified along with itemIdentifier, the glossary terms are disassociated from an item within the iterable form rather than the asset itself.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • itemIdentifier

      DisassociateGlossaryTermsRequest.Builder itemIdentifier(String itemIdentifier)

      The identifier of the item within the iterable form. Required when iterableFormName is specified.

      Parameters:
      itemIdentifier - The identifier of the item within the iterable form. Required when iterableFormName is specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glossaryTermIdentifiers

      DisassociateGlossaryTermsRequest.Builder glossaryTermIdentifiers(Collection<String> glossaryTermIdentifiers)

      The list of glossary term identifiers to disassociate from the asset.

      Parameters:
      glossaryTermIdentifiers - The list of glossary term identifiers to disassociate from the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glossaryTermIdentifiers

      DisassociateGlossaryTermsRequest.Builder glossaryTermIdentifiers(String... glossaryTermIdentifiers)

      The list of glossary term identifiers to disassociate from the asset.

      Parameters:
      glossaryTermIdentifiers - The list of glossary term identifiers to disassociate from the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

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