Interface GetDatabasesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDatabasesRequest.Builder,,GetDatabasesRequest> GlueRequest.Builder,SdkBuilder<GetDatabasesRequest.Builder,,GetDatabasesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetDatabasesRequest
-
Method Summary
Modifier and TypeMethodDescriptionattributesToGet(Collection<DatabaseAttributes> attributesToGet) Specifies the database fields returned by theGetDatabasescall.attributesToGet(DatabaseAttributes... attributesToGet) Specifies the database fields returned by theGetDatabasescall.attributesToGetWithStrings(String... attributesToGet) Specifies the database fields returned by theGetDatabasescall.attributesToGetWithStrings(Collection<String> attributesToGet) Specifies the database fields returned by theGetDatabasescall.The ID of the Data Catalog from which to retrieveDatabases.maxResults(Integer maxResults) The maximum number of databases to return in one response.A continuation token, if this is a continuation call.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceShareType(String resourceShareType) Allows you to specify that you want to list the databases shared with your account.resourceShareType(ResourceShareType resourceShareType) Allows you to specify that you want to list the databases shared with your account.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
catalogId
The ID of the Data Catalog from which to retrieve
Databases. If none is provided, the Amazon Web Services account ID is used by default.- Parameters:
catalogId- The ID of the Data Catalog from which to retrieveDatabases. If none is provided, the Amazon Web Services account ID is used by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A continuation token, if this is a continuation call.
- Parameters:
nextToken- A continuation token, if this is a continuation call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of databases to return in one response.
- Parameters:
maxResults- The maximum number of databases to return in one response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToGetWithStrings
Specifies the database fields returned by the
GetDatabasescall. This parameter doesn’t accept an empty list. The request must include theNAME.- Parameters:
attributesToGet- Specifies the database fields returned by theGetDatabasescall. This parameter doesn’t accept an empty list. The request must include theNAME.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToGetWithStrings
Specifies the database fields returned by the
GetDatabasescall. This parameter doesn’t accept an empty list. The request must include theNAME.- Parameters:
attributesToGet- Specifies the database fields returned by theGetDatabasescall. This parameter doesn’t accept an empty list. The request must include theNAME.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToGet
Specifies the database fields returned by the
GetDatabasescall. This parameter doesn’t accept an empty list. The request must include theNAME.- Parameters:
attributesToGet- Specifies the database fields returned by theGetDatabasescall. This parameter doesn’t accept an empty list. The request must include theNAME.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToGet
Specifies the database fields returned by the
GetDatabasescall. This parameter doesn’t accept an empty list. The request must include theNAME.- Parameters:
attributesToGet- Specifies the database fields returned by theGetDatabasescall. This parameter doesn’t accept an empty list. The request must include theNAME.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDatabasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetDatabasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-