public static interface GetDatabasesRequest.Builder extends GlueRequest.Builder, CopyableBuilder<GetDatabasesRequest.Builder,GetDatabasesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDatabasesRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog from which to retrieve
Databases. |
GetDatabasesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of databases to return in one response.
|
GetDatabasesRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation call.
|
GetDatabasesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetDatabasesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetDatabasesRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog from which to retrieve Databases. If none is supplied, the AWS
account ID is used by default.
catalogId - The ID of the Data Catalog from which to retrieve Databases. If none is supplied, the AWS
account ID is used by default.GetDatabasesRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.GetDatabasesRequest.Builder maxResults(Integer maxResults)
The maximum number of databases to return in one response.
maxResults - The maximum number of databases to return in one response.GetDatabasesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetDatabasesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.