Interface AssociateGlossaryTermsRequest.Builder

  • Method Details

    • assetIdentifier

      AssociateGlossaryTermsRequest.Builder assetIdentifier(String assetIdentifier)

      The unique identifier of the asset to associate glossary terms with.

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

      AssociateGlossaryTermsRequest.Builder iterableFormName(String iterableFormName)

      The name of the iterable form. When specified along with itemIdentifier, the glossary terms are associated with 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 associated with 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

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

      AssociateGlossaryTermsRequest.Builder glossaryTermIdentifiers(Collection<String> glossaryTermIdentifiers)

      The list of glossary term identifiers to associate with the asset.

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

      AssociateGlossaryTermsRequest.Builder glossaryTermIdentifiers(String... glossaryTermIdentifiers)

      The list of glossary term identifiers to associate with the asset.

      Parameters:
      glossaryTermIdentifiers - The list of glossary term identifiers to associate with 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

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