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 LF-tag conditions.
|
SearchDatabasesByLfTagsResponse.Builder |
databaseList(Consumer<TaggedDatabase.Builder>... databaseList)
A list of databases that meet the LF-tag conditions.
|
SearchDatabasesByLfTagsResponse.Builder |
databaseList(TaggedDatabase... databaseList)
A list of databases that meet the LF-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 LF-tag conditions.
databaseList - A list of databases that meet the LF-tag conditions.SearchDatabasesByLfTagsResponse.Builder databaseList(TaggedDatabase... databaseList)
A list of databases that meet the LF-tag conditions.
databaseList - A list of databases that meet the LF-tag conditions.SearchDatabasesByLfTagsResponse.Builder databaseList(Consumer<TaggedDatabase.Builder>... databaseList)
A list of databases that meet the LF-tag conditions.
This is a convenience method that creates an instance of theTaggedDatabase.Builder avoiding the need to
create one manually via TaggedDatabase.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #databaseList(List.
databaseList - a consumer that will call methods on
TaggedDatabase.Builder#databaseList(java.util.Collection) Copyright © 2023. All rights reserved.