Interface CreateLfTagExpressionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateLfTagExpressionRequest.Builder,CreateLfTagExpressionRequest>,LakeFormationRequest.Builder,SdkBuilder<CreateLfTagExpressionRequest.Builder,CreateLfTagExpressionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateLfTagExpressionRequest
public static interface CreateLfTagExpressionRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<CreateLfTagExpressionRequest.Builder,CreateLfTagExpressionRequest>
-
-
Method Summary
-
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
CreateLfTagExpressionRequest.Builder name(String name)
A name for the expression.
- Parameters:
name- A name for the expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateLfTagExpressionRequest.Builder description(String description)
A description with information about the LF-Tag expression.
- Parameters:
description- A description with information about the LF-Tag expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogId
CreateLfTagExpressionRequest.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.
-
expression
CreateLfTagExpressionRequest.Builder expression(Collection<LFTag> expression)
A list of LF-Tag conditions (key-value pairs).
- Parameters:
expression- A list of LF-Tag conditions (key-value pairs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expression
CreateLfTagExpressionRequest.Builder expression(LFTag... expression)
A list of LF-Tag conditions (key-value pairs).
- Parameters:
expression- A list of LF-Tag conditions (key-value pairs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expression
CreateLfTagExpressionRequest.Builder expression(Consumer<LFTag.Builder>... expression)
A list of LF-Tag conditions (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
CreateLfTagExpressionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateLfTagExpressionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-