Interface UpdateLfTagRequest.Builder

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

public static interface UpdateLfTagRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<UpdateLfTagRequest.Builder,UpdateLfTagRequest>
  • Method Details

    • catalogId

      UpdateLfTagRequest.Builder catalogId(String catalogId)

      The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

      Parameters:
      catalogId - The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagKey

      The key-name for the LF-tag for which to add or delete values.

      Parameters:
      tagKey - The key-name for the LF-tag for which to add or delete values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagValuesToDelete

      UpdateLfTagRequest.Builder tagValuesToDelete(Collection<String> tagValuesToDelete)

      A list of LF-tag values to delete from the LF-tag.

      Parameters:
      tagValuesToDelete - A list of LF-tag values to delete from the LF-tag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagValuesToDelete

      UpdateLfTagRequest.Builder tagValuesToDelete(String... tagValuesToDelete)

      A list of LF-tag values to delete from the LF-tag.

      Parameters:
      tagValuesToDelete - A list of LF-tag values to delete from the LF-tag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagValuesToAdd

      UpdateLfTagRequest.Builder tagValuesToAdd(Collection<String> tagValuesToAdd)

      A list of LF-tag values to add from the LF-tag.

      Parameters:
      tagValuesToAdd - A list of LF-tag values to add from the LF-tag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagValuesToAdd

      UpdateLfTagRequest.Builder tagValuesToAdd(String... tagValuesToAdd)

      A list of LF-tag values to add from the LF-tag.

      Parameters:
      tagValuesToAdd - A list of LF-tag values to add from the LF-tag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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