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