Interface ListLfTagsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListLfTagsResponse.Builder,ListLfTagsResponse>,LakeFormationResponse.Builder,SdkBuilder<ListLfTagsResponse.Builder,ListLfTagsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListLfTagsResponse
public static interface ListLfTagsResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<ListLfTagsResponse.Builder,ListLfTagsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLfTagsResponse.BuilderlfTags(Collection<LFTagPair> lfTags)A list of LF-tags that the requested has permission to view.ListLfTagsResponse.BuilderlfTags(Consumer<LFTagPair.Builder>... lfTags)A list of LF-tags that the requested has permission to view.ListLfTagsResponse.BuilderlfTags(LFTagPair... lfTags)A list of LF-tags that the requested has permission to view.ListLfTagsResponse.BuildernextToken(String nextToken)A continuation token, present if the current list segment is not the last.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
lfTags
ListLfTagsResponse.Builder lfTags(Collection<LFTagPair> lfTags)
A list of LF-tags that the requested has permission to view.
- Parameters:
lfTags- A list of LF-tags that the requested has permission to view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lfTags
ListLfTagsResponse.Builder lfTags(LFTagPair... lfTags)
A list of LF-tags that the requested has permission to view.
- Parameters:
lfTags- A list of LF-tags that the requested has permission to view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lfTags
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.Builderavoiding the need to create one manually viaLFTagPair.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#lfTags(List.) - Parameters:
lfTags- a consumer that will call methods onLFTagPair.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#lfTags(java.util.Collection)
-
nextToken
ListLfTagsResponse.Builder nextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
- Parameters:
nextToken- A continuation token, present if the current list segment is not the last.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-