@Generated(value="software.amazon.awssdk:codegen") public final class ListTablesRequest extends RedshiftDataRequest implements ToCopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTablesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTablesRequest.Builder |
builder() |
String |
clusterIdentifier()
The cluster identifier.
|
String |
database()
The name of the database.
|
String |
dbUser()
The database user name.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of tables to return in the response.
|
String |
nextToken()
A value that indicates the starting point for the next set of response records in a subsequent request.
|
String |
schemaPattern()
A pattern to filter results by schema name.
|
List<SdkField<?>> |
sdkFields() |
String |
secretArn()
The name or ARN of the secret that enables access to the database.
|
static Class<? extends ListTablesRequest.Builder> |
serializableBuilderClass() |
String |
tablePattern()
A pattern to filter results by table name.
|
ListTablesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterIdentifier()
The cluster identifier. This parameter is required when authenticating using either AWS Secrets Manager or temporary credentials.
public final String database()
The name of the database. This parameter is required when authenticating using temporary credentials.
public final String dbUser()
The database user name. This parameter is required when authenticating using temporary credentials.
public final Integer maxResults()
The maximum number of tables to return in the response. If more tables exist than fit in one response, then
NextToken is returned to page through the results.
NextToken is returned to page through the results.public final String nextToken()
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.
public final String schemaPattern()
A pattern to filter results by schema name. Within a schema pattern, "%" means match any substring of 0 or more
characters and "_" means match any one character. Only schema name entries matching the search pattern are
returned. If SchemaPattern is not specified, then all tables that match TablePattern
are returned. If neither SchemaPattern or TablePattern are specified, then all tables
are returned.
SchemaPattern is not specified, then all tables that match
TablePattern are returned. If neither SchemaPattern or
TablePattern are specified, then all tables are returned.public final String secretArn()
The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using AWS Secrets Manager.
public final String tablePattern()
A pattern to filter results by table name. Within a table pattern, "%" means match any substring of 0 or more
characters and "_" means match any one character. Only table name entries matching the search pattern are
returned. If TablePattern is not specified, then all tables that match SchemaPatternare
returned. If neither SchemaPattern or TablePattern are specified, then all tables are
returned.
TablePattern is not specified, then all tables that match
SchemaPatternare returned. If neither SchemaPattern or
TablePattern are specified, then all tables are returned.public ListTablesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>toBuilder in class RedshiftDataRequestpublic static ListTablesRequest.Builder builder()
public static Class<? extends ListTablesRequest.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 © 2021. All rights reserved.