public static interface GetResourceLfTagsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<GetResourceLfTagsRequest.Builder,GetResourceLfTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetResourceLfTagsRequest.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog.
|
GetResourceLfTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetResourceLfTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default GetResourceLfTagsRequest.Builder |
resource(Consumer<Resource.Builder> resource)
The database, table, or column resource for which you want to return LF-tags.
|
GetResourceLfTagsRequest.Builder |
resource(Resource resource)
The database, table, or column resource for which you want to return LF-tags.
|
GetResourceLfTagsRequest.Builder |
showAssignedLFTags(Boolean showAssignedLFTags)
Indicates whether to show the assigned LF-tags.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceLfTagsRequest.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.
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.GetResourceLfTagsRequest.Builder resource(Resource resource)
The database, table, or column resource for which you want to return LF-tags.
resource - The database, table, or column resource for which you want to return LF-tags.default GetResourceLfTagsRequest.Builder resource(Consumer<Resource.Builder> resource)
The database, table, or column resource for which you want to return LF-tags.
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)GetResourceLfTagsRequest.Builder showAssignedLFTags(Boolean showAssignedLFTags)
Indicates whether to show the assigned LF-tags.
showAssignedLFTags - Indicates whether to show the assigned LF-tags.GetResourceLfTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetResourceLfTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.