Interface GetResourceLfTagsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetResourceLfTagsResponse.Builder,GetResourceLfTagsResponse>,LakeFormationResponse.Builder,SdkBuilder<GetResourceLfTagsResponse.Builder,GetResourceLfTagsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetResourceLfTagsResponse
public static interface GetResourceLfTagsResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<GetResourceLfTagsResponse.Builder,GetResourceLfTagsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetResourceLfTagsResponse.BuilderlfTagOnDatabase(Collection<LFTagPair> lfTagOnDatabase)A list of LF-tags applied to a database resource.GetResourceLfTagsResponse.BuilderlfTagOnDatabase(Consumer<LFTagPair.Builder>... lfTagOnDatabase)A list of LF-tags applied to a database resource.GetResourceLfTagsResponse.BuilderlfTagOnDatabase(LFTagPair... lfTagOnDatabase)A list of LF-tags applied to a database resource.GetResourceLfTagsResponse.BuilderlfTagsOnColumns(Collection<ColumnLFTag> lfTagsOnColumns)A list of LF-tags applied to a column resource.GetResourceLfTagsResponse.BuilderlfTagsOnColumns(Consumer<ColumnLFTag.Builder>... lfTagsOnColumns)A list of LF-tags applied to a column resource.GetResourceLfTagsResponse.BuilderlfTagsOnColumns(ColumnLFTag... lfTagsOnColumns)A list of LF-tags applied to a column resource.GetResourceLfTagsResponse.BuilderlfTagsOnTable(Collection<LFTagPair> lfTagsOnTable)A list of LF-tags applied to a table resource.GetResourceLfTagsResponse.BuilderlfTagsOnTable(Consumer<LFTagPair.Builder>... lfTagsOnTable)A list of LF-tags applied to a table resource.GetResourceLfTagsResponse.BuilderlfTagsOnTable(LFTagPair... lfTagsOnTable)A list of LF-tags applied to a table resource.-
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
-
lfTagOnDatabase
GetResourceLfTagsResponse.Builder lfTagOnDatabase(Collection<LFTagPair> lfTagOnDatabase)
A list of LF-tags applied to a database resource.
- Parameters:
lfTagOnDatabase- A list of LF-tags applied to a database resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lfTagOnDatabase
GetResourceLfTagsResponse.Builder lfTagOnDatabase(LFTagPair... lfTagOnDatabase)
A list of LF-tags applied to a database resource.
- Parameters:
lfTagOnDatabase- A list of LF-tags applied to a database resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lfTagOnDatabase
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.Builderavoiding the need to create one manually viaLFTagPair.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#lfTagOnDatabase(List.) - Parameters:
lfTagOnDatabase- 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:
#lfTagOnDatabase(java.util.Collection)
-
lfTagsOnTable
GetResourceLfTagsResponse.Builder lfTagsOnTable(Collection<LFTagPair> lfTagsOnTable)
A list of LF-tags applied to a table resource.
- Parameters:
lfTagsOnTable- A list of LF-tags applied to a table resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lfTagsOnTable
GetResourceLfTagsResponse.Builder lfTagsOnTable(LFTagPair... lfTagsOnTable)
A list of LF-tags applied to a table resource.
- Parameters:
lfTagsOnTable- A list of LF-tags applied to a table resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lfTagsOnTable
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.Builderavoiding the need to create one manually viaLFTagPair.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#lfTagsOnTable(List.) - Parameters:
lfTagsOnTable- 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:
#lfTagsOnTable(java.util.Collection)
-
lfTagsOnColumns
GetResourceLfTagsResponse.Builder lfTagsOnColumns(Collection<ColumnLFTag> lfTagsOnColumns)
A list of LF-tags applied to a column resource.
- Parameters:
lfTagsOnColumns- A list of LF-tags applied to a column resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lfTagsOnColumns
GetResourceLfTagsResponse.Builder lfTagsOnColumns(ColumnLFTag... lfTagsOnColumns)
A list of LF-tags applied to a column resource.
- Parameters:
lfTagsOnColumns- A list of LF-tags applied to a column resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lfTagsOnColumns
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.Builderavoiding the need to create one manually viaColumnLFTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#lfTagsOnColumns(List.) - Parameters:
lfTagsOnColumns- a consumer that will call methods onColumnLFTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#lfTagsOnColumns(java.util.Collection)
-
-