Interface RemoveLfTagsFromResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveLfTagsFromResourceRequest.Builder,RemoveLfTagsFromResourceRequest>,LakeFormationRequest.Builder,SdkBuilder<RemoveLfTagsFromResourceRequest.Builder,RemoveLfTagsFromResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveLfTagsFromResourceRequest
public static interface RemoveLfTagsFromResourceRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<RemoveLfTagsFromResourceRequest.Builder,RemoveLfTagsFromResourceRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
catalogId
RemoveLfTagsFromResourceRequest.Builder catalogId(String catalogId)
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
- Parameters:
catalogId- The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
RemoveLfTagsFromResourceRequest.Builder resource(Resource resource)
The database, table, or column resource where you want to remove an LF-tag.
- Parameters:
resource- The database, table, or column resource where you want to remove an LF-tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
default RemoveLfTagsFromResourceRequest.Builder resource(Consumer<Resource.Builder> resource)
The database, table, or column resource where you want to remove an LF-tag.
This is a convenience method that creates an instance of theResource.Builderavoiding the need to create one manually viaResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresource(Resource).- Parameters:
resource- a consumer that will call methods onResource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resource(Resource)
-
lfTags
RemoveLfTagsFromResourceRequest.Builder lfTags(Collection<LFTagPair> lfTags)
The LF-tags to be removed from the resource.
- Parameters:
lfTags- The LF-tags to be removed from the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lfTags
RemoveLfTagsFromResourceRequest.Builder lfTags(LFTagPair... lfTags)
The LF-tags to be removed from the resource.
- Parameters:
lfTags- The LF-tags to be removed from the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lfTags
RemoveLfTagsFromResourceRequest.Builder lfTags(Consumer<LFTagPair.Builder>... lfTags)
The LF-tags to be removed from the 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#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)
-
overrideConfiguration
RemoveLfTagsFromResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveLfTagsFromResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-