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 tags applied to a database resource.
|
GetResourceLfTagsResponse.Builder |
lfTagOnDatabase(Consumer<LFTagPair.Builder>... lfTagOnDatabase)
A list of tags applied to a database resource.
|
GetResourceLfTagsResponse.Builder |
lfTagOnDatabase(LFTagPair... lfTagOnDatabase)
A list of tags applied to a database resource.
|
GetResourceLfTagsResponse.Builder |
lfTagsOnColumns(Collection<ColumnLFTag> lfTagsOnColumns)
A list of tags applied to a column resource.
|
GetResourceLfTagsResponse.Builder |
lfTagsOnColumns(ColumnLFTag... lfTagsOnColumns)
A list of tags applied to a column resource.
|
GetResourceLfTagsResponse.Builder |
lfTagsOnColumns(Consumer<ColumnLFTag.Builder>... lfTagsOnColumns)
A list of tags applied to a column resource.
|
GetResourceLfTagsResponse.Builder |
lfTagsOnTable(Collection<LFTagPair> lfTagsOnTable)
A list of tags applied to a table resource.
|
GetResourceLfTagsResponse.Builder |
lfTagsOnTable(Consumer<LFTagPair.Builder>... lfTagsOnTable)
A list of tags applied to a table resource.
|
GetResourceLfTagsResponse.Builder |
lfTagsOnTable(LFTagPair... lfTagsOnTable)
A list of tags applied to a table resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceLfTagsResponse.Builder lfTagOnDatabase(Collection<LFTagPair> lfTagOnDatabase)
A list of tags applied to a database resource.
lfTagOnDatabase - A list of tags applied to a database resource.GetResourceLfTagsResponse.Builder lfTagOnDatabase(LFTagPair... lfTagOnDatabase)
A list of tags applied to a database resource.
lfTagOnDatabase - A list of tags applied to a database resource.GetResourceLfTagsResponse.Builder lfTagOnDatabase(Consumer<LFTagPair.Builder>... lfTagOnDatabase)
A list of tags applied to a database resource.
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 #lfTagOnDatabase(List) .lfTagOnDatabase - a consumer that will call methods on List.Builder #lfTagOnDatabase(List) GetResourceLfTagsResponse.Builder lfTagsOnTable(Collection<LFTagPair> lfTagsOnTable)
A list of tags applied to a table resource.
lfTagsOnTable - A list of tags applied to a table resource.GetResourceLfTagsResponse.Builder lfTagsOnTable(LFTagPair... lfTagsOnTable)
A list of tags applied to a table resource.
lfTagsOnTable - A list of tags applied to a table resource.GetResourceLfTagsResponse.Builder lfTagsOnTable(Consumer<LFTagPair.Builder>... lfTagsOnTable)
A list of tags applied to a table resource.
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 #lfTagsOnTable(List) .lfTagsOnTable - a consumer that will call methods on List.Builder #lfTagsOnTable(List) GetResourceLfTagsResponse.Builder lfTagsOnColumns(Collection<ColumnLFTag> lfTagsOnColumns)
A list of tags applied to a column resource.
lfTagsOnColumns - A list of tags applied to a column resource.GetResourceLfTagsResponse.Builder lfTagsOnColumns(ColumnLFTag... lfTagsOnColumns)
A list of tags applied to a column resource.
lfTagsOnColumns - A list of tags applied to a column resource.GetResourceLfTagsResponse.Builder lfTagsOnColumns(Consumer<ColumnLFTag.Builder>... lfTagsOnColumns)
A list of tags applied to a column resource.
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 #lfTagsOnColumns(List) .lfTagsOnColumns - a consumer that will call methods on List.Builder #lfTagsOnColumns(List) Copyright © 2021. All rights reserved.