Uses of Interface
software.amazon.awssdk.services.lakeformation.model.UpdateLfTagRequest.Builder
-
Packages that use UpdateLfTagRequest.Builder Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.model -
-
Uses of UpdateLfTagRequest.Builder in software.amazon.awssdk.services.lakeformation
Method parameters in software.amazon.awssdk.services.lakeformation with type arguments of type UpdateLfTagRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateLfTagResponse>LakeFormationAsyncClient. updateLFTag(Consumer<UpdateLfTagRequest.Builder> updateLfTagRequest)Updates the list of possible values for the specified LF-tag key.default UpdateLfTagResponseLakeFormationClient. updateLFTag(Consumer<UpdateLfTagRequest.Builder> updateLfTagRequest)Updates the list of possible values for the specified LF-tag key. -
Uses of UpdateLfTagRequest.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return UpdateLfTagRequest.Builder Modifier and Type Method Description static UpdateLfTagRequest.BuilderUpdateLfTagRequest. builder()UpdateLfTagRequest.BuilderUpdateLfTagRequest.Builder. catalogId(String catalogId)The identifier for the Data Catalog.UpdateLfTagRequest.BuilderUpdateLfTagRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLfTagRequest.BuilderUpdateLfTagRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLfTagRequest.BuilderUpdateLfTagRequest.Builder. tagKey(String tagKey)The key-name for the LF-tag for which to add or delete values.UpdateLfTagRequest.BuilderUpdateLfTagRequest.Builder. tagValuesToAdd(String... tagValuesToAdd)A list of LF-tag values to add from the LF-tag.UpdateLfTagRequest.BuilderUpdateLfTagRequest.Builder. tagValuesToAdd(Collection<String> tagValuesToAdd)A list of LF-tag values to add from the LF-tag.UpdateLfTagRequest.BuilderUpdateLfTagRequest.Builder. tagValuesToDelete(String... tagValuesToDelete)A list of LF-tag values to delete from the LF-tag.UpdateLfTagRequest.BuilderUpdateLfTagRequest.Builder. tagValuesToDelete(Collection<String> tagValuesToDelete)A list of LF-tag values to delete from the LF-tag.UpdateLfTagRequest.BuilderUpdateLfTagRequest. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type UpdateLfTagRequest.Builder Modifier and Type Method Description static Class<? extends UpdateLfTagRequest.Builder>UpdateLfTagRequest. serializableBuilderClass()
-