public static interface GetDatabasesRequest.Builder extends GlueRequest.Builder, SdkPojo, 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) |
GetDatabasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDatabasesRequest.Builder |
resourceShareType(ResourceShareType resourceShareType)
Allows you to specify that you want to list the databases shared with your account.
|
GetDatabasesRequest.Builder |
resourceShareType(String resourceShareType)
Allows you to specify that you want to list the databases shared with your account.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDatabasesRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog from which to retrieve Databases. If none is provided, the AWS
account ID is used by default.
catalogId - The ID of the Data Catalog from which to retrieve Databases. If none is provided, 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 resourceShareType(String resourceShareType)
Allows you to specify that you want to list the databases shared with your account. The allowable values are
FOREIGN or ALL.
If set to FOREIGN, will list the databases shared with your account.
If set to ALL, will list the databases shared with your account, as well as the databases in yor
local account.
resourceShareType - Allows you to specify that you want to list the databases shared with your account. The allowable
values are FOREIGN or ALL.
If set to FOREIGN, will list the databases shared with your account.
If set to ALL, will list the databases shared with your account, as well as the databases
in yor local account.
ResourceShareType,
ResourceShareTypeGetDatabasesRequest.Builder resourceShareType(ResourceShareType resourceShareType)
Allows you to specify that you want to list the databases shared with your account. The allowable values are
FOREIGN or ALL.
If set to FOREIGN, will list the databases shared with your account.
If set to ALL, will list the databases shared with your account, as well as the databases in yor
local account.
resourceShareType - Allows you to specify that you want to list the databases shared with your account. The allowable
values are FOREIGN or ALL.
If set to FOREIGN, will list the databases shared with your account.
If set to ALL, will list the databases shared with your account, as well as the databases
in yor local account.
ResourceShareType,
ResourceShareTypeGetDatabasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDatabasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.