public static interface SearchDatabasesByLfTagsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<SearchDatabasesByLfTagsRequest.Builder,SearchDatabasesByLfTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchDatabasesByLfTagsRequest.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog.
|
SearchDatabasesByLfTagsRequest.Builder |
expression(Collection<LFTag> expression)
A list of conditions (
LFTag structures) to search for in database resources. |
SearchDatabasesByLfTagsRequest.Builder |
expression(Consumer<LFTag.Builder>... expression)
A list of conditions (
LFTag structures) to search for in database resources. |
SearchDatabasesByLfTagsRequest.Builder |
expression(LFTag... expression)
A list of conditions (
LFTag structures) to search for in database resources. |
SearchDatabasesByLfTagsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
SearchDatabasesByLfTagsRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
|
SearchDatabasesByLfTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchDatabasesByLfTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchDatabasesByLfTagsRequest.Builder nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
nextToken - A continuation token, if this is not the first call to retrieve this list.SearchDatabasesByLfTagsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.SearchDatabasesByLfTagsRequest.Builder catalogId(String catalogId)
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
catalogId - The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent
metadata store. It contains database definitions, table definitions, and other control information to
manage your Lake Formation environment.SearchDatabasesByLfTagsRequest.Builder expression(Collection<LFTag> expression)
A list of conditions (LFTag structures) to search for in database resources.
expression - A list of conditions (LFTag structures) to search for in database resources.SearchDatabasesByLfTagsRequest.Builder expression(LFTag... expression)
A list of conditions (LFTag structures) to search for in database resources.
expression - A list of conditions (LFTag structures) to search for in database resources.SearchDatabasesByLfTagsRequest.Builder expression(Consumer<LFTag.Builder>... expression)
A list of conditions (LFTag structures) to search for in database resources.
LFTag.Builder avoiding the need to create one
manually via LFTag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #expression(List.
expression - a consumer that will call methods on
LFTag.Builder#expression(java.util.Collection) SearchDatabasesByLfTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchDatabasesByLfTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.