Interface UpdateLfTagExpressionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLfTagExpressionRequest.Builder,UpdateLfTagExpressionRequest>,LakeFormationRequest.Builder,SdkBuilder<UpdateLfTagExpressionRequest.Builder,UpdateLfTagExpressionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLfTagExpressionRequest
public static interface UpdateLfTagExpressionRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<UpdateLfTagExpressionRequest.Builder,UpdateLfTagExpressionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateLfTagExpressionRequest.BuildercatalogId(String catalogId)The identifier for the Data Catalog.UpdateLfTagExpressionRequest.Builderdescription(String description)The description with information about the saved LF-Tag expression.UpdateLfTagExpressionRequest.Builderexpression(Collection<LFTag> expression)The LF-Tag expression body composed of one more LF-Tag key-value pairs.UpdateLfTagExpressionRequest.Builderexpression(Consumer<LFTag.Builder>... expression)The LF-Tag expression body composed of one more LF-Tag key-value pairs.UpdateLfTagExpressionRequest.Builderexpression(LFTag... expression)The LF-Tag expression body composed of one more LF-Tag key-value pairs.UpdateLfTagExpressionRequest.Buildername(String name)The name for the LF-Tag expression.UpdateLfTagExpressionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLfTagExpressionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
UpdateLfTagExpressionRequest.Builder name(String name)
The name for the LF-Tag expression.
- Parameters:
name- The name for the LF-Tag expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateLfTagExpressionRequest.Builder description(String description)
The description with information about the saved LF-Tag expression.
- Parameters:
description- The description with information about the saved LF-Tag expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogId
UpdateLfTagExpressionRequest.Builder catalogId(String catalogId)
The identifier for the Data Catalog. By default, the account ID.
- Parameters:
catalogId- The identifier for the Data Catalog. By default, the account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expression
UpdateLfTagExpressionRequest.Builder expression(Collection<LFTag> expression)
The LF-Tag expression body composed of one more LF-Tag key-value pairs.
- Parameters:
expression- The LF-Tag expression body composed of one more LF-Tag key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expression
UpdateLfTagExpressionRequest.Builder expression(LFTag... expression)
The LF-Tag expression body composed of one more LF-Tag key-value pairs.
- Parameters:
expression- The LF-Tag expression body composed of one more LF-Tag key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expression
UpdateLfTagExpressionRequest.Builder expression(Consumer<LFTag.Builder>... expression)
The LF-Tag expression body composed of one more LF-Tag key-value pairs.
This is a convenience method that creates an instance of theLFTag.Builderavoiding the need to create one manually viaLFTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#expression(List.) - Parameters:
expression- a consumer that will call methods onLFTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#expression(java.util.Collection)
-
overrideConfiguration
UpdateLfTagExpressionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLfTagExpressionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-