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 LF-tag for which to add or delete values.
|
UpdateLfTagRequest.Builder |
tagValuesToAdd(Collection<String> tagValuesToAdd)
A list of LF-tag values to add from the LF-tag.
|
UpdateLfTagRequest.Builder |
tagValuesToAdd(String... tagValuesToAdd)
A list of LF-tag values to add from the LF-tag.
|
UpdateLfTagRequest.Builder |
tagValuesToDelete(Collection<String> tagValuesToDelete)
A list of LF-tag values to delete from the LF-tag.
|
UpdateLfTagRequest.Builder |
tagValuesToDelete(String... tagValuesToDelete)
A list of LF-tag values to delete from the LF-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 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.UpdateLfTagRequest.Builder tagKey(String tagKey)
The key-name for the LF-tag for which to add or delete values.
tagKey - The key-name for the LF-tag for which to add or delete values.UpdateLfTagRequest.Builder tagValuesToDelete(Collection<String> tagValuesToDelete)
A list of LF-tag values to delete from the LF-tag.
tagValuesToDelete - A list of LF-tag values to delete from the LF-tag.UpdateLfTagRequest.Builder tagValuesToDelete(String... tagValuesToDelete)
A list of LF-tag values to delete from the LF-tag.
tagValuesToDelete - A list of LF-tag values to delete from the LF-tag.UpdateLfTagRequest.Builder tagValuesToAdd(Collection<String> tagValuesToAdd)
A list of LF-tag values to add from the LF-tag.
tagValuesToAdd - A list of LF-tag values to add from the LF-tag.UpdateLfTagRequest.Builder tagValuesToAdd(String... tagValuesToAdd)
A list of LF-tag values to add from the LF-tag.
tagValuesToAdd - A list of LF-tag values to add from the LF-tag.UpdateLfTagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLfTagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.