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 tag conditions.
|
SearchTablesByLfTagsResponse.Builder |
tableList(Consumer<TaggedTable.Builder>... tableList)
A list of tables that meet the tag conditions.
|
SearchTablesByLfTagsResponse.Builder |
tableList(TaggedTable... tableList)
A list of tables that meet the 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 tag conditions.
tableList - A list of tables that meet the tag conditions.SearchTablesByLfTagsResponse.Builder tableList(TaggedTable... tableList)
A list of tables that meet the tag conditions.
tableList - A list of tables that meet the tag conditions.SearchTablesByLfTagsResponse.Builder tableList(Consumer<TaggedTable.Builder>... tableList)
A list of tables 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 #tableList(List) .tableList - a consumer that will call methods on List.Builder #tableList(List) Copyright © 2021. All rights reserved.