Interface GetTablesRequest.Builder

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

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

    • catalogId

      GetTablesRequest.Builder catalogId(String catalogId)

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

      Parameters:
      catalogId - The ID of the Data Catalog where the tables reside. 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

      GetTablesRequest.Builder databaseName(String databaseName)

      The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.

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

      GetTablesRequest.Builder expression(String expression)

      A regular expression pattern. If present, only those tables whose names match the pattern are returned.

      Parameters:
      expression - A regular expression pattern. If present, only those tables whose names match the pattern are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      GetTablesRequest.Builder nextToken(String nextToken)

      A continuation token, included if this is a continuation call.

      Parameters:
      nextToken - A continuation token, included if this is a continuation call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      GetTablesRequest.Builder maxResults(Integer maxResults)

      The maximum number of tables to return in a single response.

      Parameters:
      maxResults - The maximum number of tables to return in a single response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transactionId

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

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

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