public static interface UpdateLfTagRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<UpdateLfTagRequest.Builder,UpdateLfTagRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLfTagRequest.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog.
|
UpdateLfTagRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLfTagRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLfTagRequest.Builder |
tagKey(String tagKey)
The key-name for the tag for which to add or delete values.
|
UpdateLfTagRequest.Builder |
tagValuesToAdd(Collection<String> tagValuesToAdd)
A list of tag values to add from the tag.
|
UpdateLfTagRequest.Builder |
tagValuesToAdd(String... tagValuesToAdd)
A list of tag values to add from the tag.
|
UpdateLfTagRequest.Builder |
tagValuesToDelete(Collection<String> tagValuesToDelete)
A list of tag values to delete from the tag.
|
UpdateLfTagRequest.Builder |
tagValuesToDelete(String... tagValuesToDelete)
A list of tag values to delete from the tag.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLfTagRequest.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.UpdateLfTagRequest.Builder tagKey(String tagKey)
The key-name for the tag for which to add or delete values.
tagKey - The key-name for the tag for which to add or delete values.UpdateLfTagRequest.Builder tagValuesToDelete(Collection<String> tagValuesToDelete)
A list of tag values to delete from the tag.
tagValuesToDelete - A list of tag values to delete from the tag.UpdateLfTagRequest.Builder tagValuesToDelete(String... tagValuesToDelete)
A list of tag values to delete from the tag.
tagValuesToDelete - A list of tag values to delete from the tag.UpdateLfTagRequest.Builder tagValuesToAdd(Collection<String> tagValuesToAdd)
A list of tag values to add from the tag.
tagValuesToAdd - A list of tag values to add from the tag.UpdateLfTagRequest.Builder tagValuesToAdd(String... tagValuesToAdd)
A list of tag values to add from the tag.
tagValuesToAdd - A list of tag values to add from the tag.UpdateLfTagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLfTagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.