@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTableRequest extends RedshiftDataRequest implements ToCopyableBuilder<DescribeTableRequest.Builder,DescribeTableRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTableRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTableRequest.Builder |
builder() |
String |
clusterIdentifier()
The cluster identifier.
|
String |
connectedDatabase()
A database name.
|
String |
database()
The name of the database that contains the tables to be described.
|
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 |
schema()
The schema that contains the table.
|
List<SdkField<?>> |
sdkFields() |
String |
secretArn()
The name or ARN of the secret that enables access to the database.
|
static Class<? extends DescribeTableRequest.Builder> |
serializableBuilderClass() |
String |
table()
The table name.
|
DescribeTableRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workgroupName()
The serverless workgroup name or Amazon Resource Name (ARN).
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterIdentifier()
The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials.
public final String connectedDatabase()
A database name. The connected database is specified when you connect with your authentication credentials.
public final String database()
The name of the database that contains the tables to be described. If ConnectedDatabase is not
specified, this is also the database to connect to with your authentication credentials.
ConnectedDatabase is
not specified, this is also the database to connect to with your authentication credentials.public final String dbUser()
The database user name. This parameter is required when connecting to a cluster as a database user and 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 schema()
The schema that contains the table. If no schema is specified, then matching tables for all schemas 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 Secrets Manager.
public final String table()
The table name. If no table is specified, then all tables for all matching schemas are returned. If no table and no schema is specified, then all tables for all schemas in the database are returned
public final String workgroupName()
The serverless workgroup name or Amazon Resource Name (ARN). This parameter is required when connecting to a serverless workgroup and authenticating using either Secrets Manager or temporary credentials.
public DescribeTableRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTableRequest.Builder,DescribeTableRequest>toBuilder in class RedshiftDataRequestpublic static DescribeTableRequest.Builder builder()
public static Class<? extends DescribeTableRequest.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.