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 tags that the requested has permission to view.
|
ListLfTagsResponse.Builder |
lfTags(Consumer<LFTagPair.Builder>... lfTags)
A list of tags that the requested has permission to view.
|
ListLfTagsResponse.Builder |
lfTags(LFTagPair... lfTags)
A list of 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 tags that the requested has permission to view.
lfTags - A list of tags that the requested has permission to view.ListLfTagsResponse.Builder lfTags(LFTagPair... lfTags)
A list of tags that the requested has permission to view.
lfTags - A list of tags that the requested has permission to view.ListLfTagsResponse.Builder lfTags(Consumer<LFTagPair.Builder>... lfTags)
A list of tags that the requested has permission to view.
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 #lfTags(List) .lfTags - a consumer that will call methods on List.Builder #lfTags(List) 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 © 2021. All rights reserved.