public static interface SearchDatabasesByLfTagsResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<SearchDatabasesByLfTagsResponse.Builder,SearchDatabasesByLfTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchDatabasesByLfTagsResponse.Builder |
databaseList(Collection<TaggedDatabase> databaseList)
A list of databases that meet the tag conditions.
|
SearchDatabasesByLfTagsResponse.Builder |
databaseList(Consumer<TaggedDatabase.Builder>... databaseList)
A list of databases that meet the tag conditions.
|
SearchDatabasesByLfTagsResponse.Builder |
databaseList(TaggedDatabase... databaseList)
A list of databases that meet the tag conditions.
|
SearchDatabasesByLfTagsResponse.Builder |
nextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchDatabasesByLfTagsResponse.Builder nextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
nextToken - A continuation token, present if the current list segment is not the last.SearchDatabasesByLfTagsResponse.Builder databaseList(Collection<TaggedDatabase> databaseList)
A list of databases that meet the tag conditions.
databaseList - A list of databases that meet the tag conditions.SearchDatabasesByLfTagsResponse.Builder databaseList(TaggedDatabase... databaseList)
A list of databases that meet the tag conditions.
databaseList - A list of databases that meet the tag conditions.SearchDatabasesByLfTagsResponse.Builder databaseList(Consumer<TaggedDatabase.Builder>... databaseList)
A list of databases that meet the tag conditions.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #databaseList(List) .databaseList - a consumer that will call methods on List.Builder #databaseList(List) Copyright © 2021. All rights reserved.