@Generated(value="software.amazon.awssdk:codegen") public final class GetTablesRequest extends GlueRequest implements ToCopyableBuilder<GetTablesRequest.Builder,GetTablesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetTablesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetTablesRequest.Builder |
builder() |
String |
catalogId()
The ID of the Data Catalog where the tables reside.
|
String |
databaseName()
The database in the catalog whose tables to list.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expression()
A regular expression pattern.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of tables to return in a single response.
|
String |
nextToken()
A continuation token, included if this is a continuation call.
|
Instant |
queryAsOfTime()
The time as of when to read the table contents.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetTablesRequest.Builder> |
serializableBuilderClass() |
GetTablesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transactionId()
The transaction ID at which to read the table contents.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String databaseName()
The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.
public final String expression()
A regular expression pattern. If present, only those tables whose names match the pattern are returned.
public final String nextToken()
A continuation token, included if this is a continuation call.
public final Integer maxResults()
The maximum number of tables to return in a single response.
public final String transactionId()
The transaction ID at which to read the table contents.
public final 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.
TransactionId.public GetTablesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetTablesRequest.Builder,GetTablesRequest>toBuilder in class GlueRequestpublic static GetTablesRequest.Builder builder()
public static Class<? extends GetTablesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.