Interface GetTableRequest.Builder

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

public static interface GetTableRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetTableRequest.Builder,GetTableRequest>
  • Method Details

    • catalogId

      GetTableRequest.Builder catalogId(String catalogId)

      The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

      Parameters:
      catalogId - The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • databaseName

      GetTableRequest.Builder databaseName(String databaseName)

      The name of the database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

      Parameters:
      databaseName - The name of the database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.

      Parameters:
      name - The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transactionId

      GetTableRequest.Builder transactionId(String transactionId)

      The transaction ID at which to read the table contents.

      Parameters:
      transactionId - The transaction ID at which to read the table contents.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryAsOfTime

      GetTableRequest.Builder queryAsOfTime(Instant queryAsOfTime)

      The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

      Parameters:
      queryAsOfTime - The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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