public static interface AddLfTagsToResourceRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<AddLfTagsToResourceRequest.Builder,AddLfTagsToResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
AddLfTagsToResourceRequest.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog.
|
AddLfTagsToResourceRequest.Builder |
lfTags(Collection<LFTagPair> lfTags)
The tags to attach to the resource.
|
AddLfTagsToResourceRequest.Builder |
lfTags(Consumer<LFTagPair.Builder>... lfTags)
The tags to attach to the resource.
|
AddLfTagsToResourceRequest.Builder |
lfTags(LFTagPair... lfTags)
The tags to attach to the resource.
|
AddLfTagsToResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddLfTagsToResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default AddLfTagsToResourceRequest.Builder |
resource(Consumer<Resource.Builder> resource)
The resource to which to attach a tag.
|
AddLfTagsToResourceRequest.Builder |
resource(Resource resource)
The resource to which to attach a tag.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddLfTagsToResourceRequest.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 AWS Lake Formation environment.
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 AWS Lake Formation environment.AddLfTagsToResourceRequest.Builder resource(Resource resource)
The resource to which to attach a tag.
resource - The resource to which to attach a tag.default AddLfTagsToResourceRequest.Builder resource(Consumer<Resource.Builder> resource)
The resource to which to attach a tag.
This is a convenience that creates an instance of theResource.Builder avoiding the need to create
one manually via Resource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to resource(Resource).resource - a consumer that will call methods on Resource.Builderresource(Resource)AddLfTagsToResourceRequest.Builder lfTags(Collection<LFTagPair> lfTags)
The tags to attach to the resource.
lfTags - The tags to attach to the resource.AddLfTagsToResourceRequest.Builder lfTags(LFTagPair... lfTags)
The tags to attach to the resource.
lfTags - The tags to attach to the resource.AddLfTagsToResourceRequest.Builder lfTags(Consumer<LFTagPair.Builder>... lfTags)
The tags to attach to the 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 #lfTags(List) .lfTags - a consumer that will call methods on List.Builder #lfTags(List) AddLfTagsToResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddLfTagsToResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.