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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDatabasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GetDatabasesRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetDatabasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.