Interface DeleteLfTagRequest.Builder

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

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

    • catalogId

      DeleteLfTagRequest.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 to delete.

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

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