public static interface GetResourceLfTagsResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<GetResourceLfTagsResponse.Builder,GetResourceLfTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetResourceLfTagsResponse.Builder |
lfTagOnDatabase(Collection<LFTagPair> lfTagOnDatabase)
A list of LF-tags applied to a database resource.
|
GetResourceLfTagsResponse.Builder |
lfTagOnDatabase(Consumer<LFTagPair.Builder>... lfTagOnDatabase)
A list of LF-tags applied to a database resource.
|
GetResourceLfTagsResponse.Builder |
lfTagOnDatabase(LFTagPair... lfTagOnDatabase)
A list of LF-tags applied to a database resource.
|
GetResourceLfTagsResponse.Builder |
lfTagsOnColumns(Collection<ColumnLFTag> lfTagsOnColumns)
A list of LF-tags applied to a column resource.
|
GetResourceLfTagsResponse.Builder |
lfTagsOnColumns(ColumnLFTag... lfTagsOnColumns)
A list of LF-tags applied to a column resource.
|
GetResourceLfTagsResponse.Builder |
lfTagsOnColumns(Consumer<ColumnLFTag.Builder>... lfTagsOnColumns)
A list of LF-tags applied to a column resource.
|
GetResourceLfTagsResponse.Builder |
lfTagsOnTable(Collection<LFTagPair> lfTagsOnTable)
A list of LF-tags applied to a table resource.
|
GetResourceLfTagsResponse.Builder |
lfTagsOnTable(Consumer<LFTagPair.Builder>... lfTagsOnTable)
A list of LF-tags applied to a table resource.
|
GetResourceLfTagsResponse.Builder |
lfTagsOnTable(LFTagPair... lfTagsOnTable)
A list of LF-tags applied to a table resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceLfTagsResponse.Builder lfTagOnDatabase(Collection<LFTagPair> lfTagOnDatabase)
A list of LF-tags applied to a database resource.
lfTagOnDatabase - A list of LF-tags applied to a database resource.GetResourceLfTagsResponse.Builder lfTagOnDatabase(LFTagPair... lfTagOnDatabase)
A list of LF-tags applied to a database resource.
lfTagOnDatabase - A list of LF-tags applied to a database resource.GetResourceLfTagsResponse.Builder lfTagOnDatabase(Consumer<LFTagPair.Builder>... lfTagOnDatabase)
A list of LF-tags applied to a database resource.
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 #lfTagOnDatabase(List.
lfTagOnDatabase - a consumer that will call methods on
LFTagPair.Builder#lfTagOnDatabase(java.util.Collection) GetResourceLfTagsResponse.Builder lfTagsOnTable(Collection<LFTagPair> lfTagsOnTable)
A list of LF-tags applied to a table resource.
lfTagsOnTable - A list of LF-tags applied to a table resource.GetResourceLfTagsResponse.Builder lfTagsOnTable(LFTagPair... lfTagsOnTable)
A list of LF-tags applied to a table resource.
lfTagsOnTable - A list of LF-tags applied to a table resource.GetResourceLfTagsResponse.Builder lfTagsOnTable(Consumer<LFTagPair.Builder>... lfTagsOnTable)
A list of LF-tags applied to a table resource.
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 #lfTagsOnTable(List.
lfTagsOnTable - a consumer that will call methods on
LFTagPair.Builder#lfTagsOnTable(java.util.Collection) GetResourceLfTagsResponse.Builder lfTagsOnColumns(Collection<ColumnLFTag> lfTagsOnColumns)
A list of LF-tags applied to a column resource.
lfTagsOnColumns - A list of LF-tags applied to a column resource.GetResourceLfTagsResponse.Builder lfTagsOnColumns(ColumnLFTag... lfTagsOnColumns)
A list of LF-tags applied to a column resource.
lfTagsOnColumns - A list of LF-tags applied to a column resource.GetResourceLfTagsResponse.Builder lfTagsOnColumns(Consumer<ColumnLFTag.Builder>... lfTagsOnColumns)
A list of LF-tags applied to a column resource.
This is a convenience method that creates an instance of theColumnLFTag.Builder avoiding the need to create
one manually via ColumnLFTag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #lfTagsOnColumns(List.
lfTagsOnColumns - a consumer that will call methods on
ColumnLFTag.Builder#lfTagsOnColumns(java.util.Collection) Copyright © 2023. All rights reserved.