GetTablesRequest.Builder |
GetTablesRequest.Builder.attributesToGet(Collection<TableAttributes> attributesToGet) |
Specifies the table fields returned by the GetTables call.
|
GetTablesRequest.Builder |
GetTablesRequest.Builder.attributesToGet(TableAttributes... attributesToGet) |
Specifies the table fields returned by the GetTables call.
|
GetTablesRequest.Builder |
GetTablesRequest.Builder.attributesToGetWithStrings(String... attributesToGet) |
Specifies the table fields returned by the GetTables call.
|
GetTablesRequest.Builder |
GetTablesRequest.Builder.attributesToGetWithStrings(Collection<String> attributesToGet) |
Specifies the table fields returned by the GetTables call.
|
static GetTablesRequest.Builder |
GetTablesRequest.builder() |
|
GetTablesRequest.Builder |
GetTablesRequest.Builder.catalogId(String catalogId) |
The ID of the Data Catalog where the tables reside.
|
GetTablesRequest.Builder |
GetTablesRequest.Builder.databaseName(String databaseName) |
The database in the catalog whose tables to list.
|
GetTablesRequest.Builder |
GetTablesRequest.Builder.expression(String expression) |
A regular expression pattern.
|
GetTablesRequest.Builder |
GetTablesRequest.Builder.includeStatusDetails(Boolean includeStatusDetails) |
Specifies whether to include status details related to a request to create or update an Glue Data Catalog
view.
|
GetTablesRequest.Builder |
GetTablesRequest.Builder.maxResults(Integer maxResults) |
The maximum number of tables to return in a single response.
|
GetTablesRequest.Builder |
GetTablesRequest.Builder.nextToken(String nextToken) |
A continuation token, included if this is a continuation call.
|
GetTablesRequest.Builder |
GetTablesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetTablesRequest.Builder |
GetTablesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
GetTablesRequest.Builder |
GetTablesRequest.Builder.queryAsOfTime(Instant queryAsOfTime) |
The time as of when to read the table contents.
|
GetTablesRequest.Builder |
GetTablesRequest.toBuilder() |
|
GetTablesRequest.Builder |
GetTablesRequest.Builder.transactionId(String transactionId) |
The transaction ID at which to read the table contents.
|