Interface AddLfTagsToResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddLfTagsToResourceRequest.Builder,AddLfTagsToResourceRequest>,LakeFormationRequest.Builder,SdkBuilder<AddLfTagsToResourceRequest.Builder,AddLfTagsToResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AddLfTagsToResourceRequest
public static interface AddLfTagsToResourceRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<AddLfTagsToResourceRequest.Builder,AddLfTagsToResourceRequest>
-
-
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
AddLfTagsToResourceRequest.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
AddLfTagsToResourceRequest.Builder resource(Resource resource)
The database, table, or column resource to which to attach an LF-tag.
- Parameters:
resource- The database, table, or column resource to which to attach an LF-tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
default AddLfTagsToResourceRequest.Builder resource(Consumer<Resource.Builder> resource)
The database, table, or column resource to which to attach 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
AddLfTagsToResourceRequest.Builder lfTags(Collection<LFTagPair> lfTags)
The LF-tags to attach to the resource.
- Parameters:
lfTags- The LF-tags to attach to the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lfTags
AddLfTagsToResourceRequest.Builder lfTags(LFTagPair... lfTags)
The LF-tags to attach to the resource.
- Parameters:
lfTags- The LF-tags to attach to the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lfTags
AddLfTagsToResourceRequest.Builder lfTags(Consumer<LFTagPair.Builder>... lfTags)
The LF-tags to attach to 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
AddLfTagsToResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AddLfTagsToResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-