Interface GetTableMetadataRequest.Builder

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

public static interface GetTableMetadataRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<GetTableMetadataRequest.Builder,GetTableMetadataRequest>
  • Method Details

    • catalogName

      GetTableMetadataRequest.Builder catalogName(String catalogName)

      The name of the data catalog that contains the database and table metadata to return.

      Parameters:
      catalogName - The name of the data catalog that contains the database and table metadata to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • databaseName

      GetTableMetadataRequest.Builder databaseName(String databaseName)

      The name of the database that contains the table metadata to return.

      Parameters:
      databaseName - The name of the database that contains the table metadata to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tableName

      The name of the table for which metadata is returned.

      Parameters:
      tableName - The name of the table for which metadata is returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workGroup

      The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.

      Parameters:
      workGroup - The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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