public static interface ListDatabasesRequest.Builder extends RedshiftDataRequest.Builder, SdkPojo, CopyableBuilder<ListDatabasesRequest.Builder,ListDatabasesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDatabasesRequest.Builder |
clusterIdentifier(String clusterIdentifier)
The cluster identifier.
|
ListDatabasesRequest.Builder |
database(String database)
The name of the database.
|
ListDatabasesRequest.Builder |
dbUser(String dbUser)
The database user name.
|
ListDatabasesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of databases to return in the response.
|
ListDatabasesRequest.Builder |
nextToken(String nextToken)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
ListDatabasesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDatabasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDatabasesRequest.Builder |
secretArn(String secretArn)
The name or ARN of the secret that enables access to the database.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatabasesRequest.Builder clusterIdentifier(String clusterIdentifier)
The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials.
clusterIdentifier - The cluster identifier. This parameter is required when connecting to a cluster and authenticating
using either Secrets Manager or temporary credentials.ListDatabasesRequest.Builder database(String database)
The name of the database. This parameter is required when authenticating using either Secrets Manager or temporary credentials.
database - The name of the database. This parameter is required when authenticating using either Secrets Manager
or temporary credentials.ListDatabasesRequest.Builder dbUser(String dbUser)
The database user name. This parameter is required when connecting to a cluster and authenticating using temporary credentials.
dbUser - The database user name. This parameter is required when connecting to a cluster and authenticating
using temporary credentials.ListDatabasesRequest.Builder maxResults(Integer maxResults)
The maximum number of databases to return in the response. If more databases exist than fit in one response,
then NextToken is returned to page through the results.
maxResults - The maximum number of databases to return in the response. If more databases exist than fit in one
response, then NextToken is returned to page through the results.ListDatabasesRequest.Builder nextToken(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.
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.ListDatabasesRequest.Builder secretArn(String secretArn)
The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using Secrets Manager.
secretArn - The name or ARN of the secret that enables access to the database. This parameter is required when
authenticating using Secrets Manager.ListDatabasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDatabasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.