@Generated(value="software.amazon.awssdk:codegen") public final class ListSchemasRequest extends RedshiftDataRequest implements ToCopyableBuilder<ListSchemasRequest.Builder,ListSchemasRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSchemasRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSchemasRequest.Builder |
builder() |
String |
clusterIdentifier()
The cluster identifier.
|
String |
connectedDatabase()
A database name.
|
String |
database()
The name of the database that contains the schemas to list.
|
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 schemas 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 ListSchemasRequest.Builder> |
serializableBuilderClass() |
ListSchemasRequest.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 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 schemas to list. 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 authenticating using temporary credentials.
public final Integer maxResults()
The maximum number of schemas to return in the response. If more schemas 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.
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 ListSchemasRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSchemasRequest.Builder,ListSchemasRequest>toBuilder in class RedshiftDataRequestpublic static ListSchemasRequest.Builder builder()
public static Class<? extends ListSchemasRequest.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.