Interface UpdateLfTagRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLfTagRequest.Builder,UpdateLfTagRequest>,LakeFormationRequest.Builder,SdkBuilder<UpdateLfTagRequest.Builder,UpdateLfTagRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLfTagRequest
public static interface UpdateLfTagRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<UpdateLfTagRequest.Builder,UpdateLfTagRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateLfTagRequest.BuildercatalogId(String catalogId)The identifier for the Data Catalog.UpdateLfTagRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLfTagRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLfTagRequest.BuildertagKey(String tagKey)The key-name for the LF-tag for which to add or delete values.UpdateLfTagRequest.BuildertagValuesToAdd(String... tagValuesToAdd)A list of LF-tag values to add from the LF-tag.UpdateLfTagRequest.BuildertagValuesToAdd(Collection<String> tagValuesToAdd)A list of LF-tag values to add from the LF-tag.UpdateLfTagRequest.BuildertagValuesToDelete(String... tagValuesToDelete)A list of LF-tag values to delete from the LF-tag.UpdateLfTagRequest.BuildertagValuesToDelete(Collection<String> tagValuesToDelete)A list of LF-tag values to delete from the LF-tag.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
catalogId
UpdateLfTagRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKey
UpdateLfTagRequest.Builder tagKey(String tagKey)
The key-name for the LF-tag for which to add or delete values.
- Parameters:
tagKey- The key-name for the LF-tag for which to add or delete values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagValuesToDelete
UpdateLfTagRequest.Builder tagValuesToDelete(Collection<String> tagValuesToDelete)
A list of LF-tag values to delete from the LF-tag.
- Parameters:
tagValuesToDelete- A list of LF-tag values to delete from the LF-tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagValuesToDelete
UpdateLfTagRequest.Builder tagValuesToDelete(String... tagValuesToDelete)
A list of LF-tag values to delete from the LF-tag.
- Parameters:
tagValuesToDelete- A list of LF-tag values to delete from the LF-tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagValuesToAdd
UpdateLfTagRequest.Builder tagValuesToAdd(Collection<String> tagValuesToAdd)
A list of LF-tag values to add from the LF-tag.
- Parameters:
tagValuesToAdd- A list of LF-tag values to add from the LF-tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagValuesToAdd
UpdateLfTagRequest.Builder tagValuesToAdd(String... tagValuesToAdd)
A list of LF-tag values to add from the LF-tag.
- Parameters:
tagValuesToAdd- A list of LF-tag values to add from the LF-tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLfTagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLfTagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-