| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLfTagResponse |
LakeFormationClient.updateLFTag(Consumer<UpdateLfTagRequest.Builder> updateLfTagRequest)
Updates the list of possible values for the specified LF-tag key.
|
default CompletableFuture<UpdateLfTagResponse> |
LakeFormationAsyncClient.updateLFTag(Consumer<UpdateLfTagRequest.Builder> updateLfTagRequest)
Updates the list of possible values for the specified LF-tag key.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateLfTagRequest.Builder |
UpdateLfTagRequest.builder() |
UpdateLfTagRequest.Builder |
UpdateLfTagRequest.Builder.catalogId(String catalogId)
The identifier for the Data Catalog.
|
UpdateLfTagRequest.Builder |
UpdateLfTagRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLfTagRequest.Builder |
UpdateLfTagRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLfTagRequest.Builder |
UpdateLfTagRequest.Builder.tagKey(String tagKey)
The key-name for the LF-tag for which to add or delete values.
|
UpdateLfTagRequest.Builder |
UpdateLfTagRequest.Builder.tagValuesToAdd(Collection<String> tagValuesToAdd)
A list of LF-tag values to add from the LF-tag.
|
UpdateLfTagRequest.Builder |
UpdateLfTagRequest.Builder.tagValuesToAdd(String... tagValuesToAdd)
A list of LF-tag values to add from the LF-tag.
|
UpdateLfTagRequest.Builder |
UpdateLfTagRequest.Builder.tagValuesToDelete(Collection<String> tagValuesToDelete)
A list of LF-tag values to delete from the LF-tag.
|
UpdateLfTagRequest.Builder |
UpdateLfTagRequest.Builder.tagValuesToDelete(String... tagValuesToDelete)
A list of LF-tag values to delete from the LF-tag.
|
UpdateLfTagRequest.Builder |
UpdateLfTagRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLfTagRequest.Builder> |
UpdateLfTagRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.