public static interface SearchTablesByLfTagsResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<SearchTablesByLfTagsResponse.Builder,SearchTablesByLfTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchTablesByLfTagsResponse.Builder |
nextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
SearchTablesByLfTagsResponse.Builder |
tableList(Collection<TaggedTable> tableList)
A list of tables that meet the LF-tag conditions.
|
SearchTablesByLfTagsResponse.Builder |
tableList(Consumer<TaggedTable.Builder>... tableList)
A list of tables that meet the LF-tag conditions.
|
SearchTablesByLfTagsResponse.Builder |
tableList(TaggedTable... tableList)
A list of tables that meet the LF-tag conditions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchTablesByLfTagsResponse.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.SearchTablesByLfTagsResponse.Builder tableList(Collection<TaggedTable> tableList)
A list of tables that meet the LF-tag conditions.
tableList - A list of tables that meet the LF-tag conditions.SearchTablesByLfTagsResponse.Builder tableList(TaggedTable... tableList)
A list of tables that meet the LF-tag conditions.
tableList - A list of tables that meet the LF-tag conditions.SearchTablesByLfTagsResponse.Builder tableList(Consumer<TaggedTable.Builder>... tableList)
A list of tables that meet the LF-tag conditions.
This is a convenience method that creates an instance of theTaggedTable.Builder avoiding the need to create
one manually via TaggedTable.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #tableList(List.
tableList - a consumer that will call methods on
TaggedTable.Builder#tableList(java.util.Collection) Copyright © 2023. All rights reserved.