Interface DeleteLfTagExpressionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteLfTagExpressionRequest.Builder,DeleteLfTagExpressionRequest>,LakeFormationRequest.Builder,SdkBuilder<DeleteLfTagExpressionRequest.Builder,DeleteLfTagExpressionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteLfTagExpressionRequest
public static interface DeleteLfTagExpressionRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<DeleteLfTagExpressionRequest.Builder,DeleteLfTagExpressionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteLfTagExpressionRequest.BuildercatalogId(String catalogId)The identifier for the Data Catalog.DeleteLfTagExpressionRequest.Buildername(String name)The name for the LF-Tag expression.DeleteLfTagExpressionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteLfTagExpressionRequest.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
DeleteLfTagExpressionRequest.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.
-
catalogId
DeleteLfTagExpressionRequest.Builder catalogId(String catalogId)
The identifier for the Data Catalog. By default, the account ID in which the LF-Tag expression is saved.
- Parameters:
catalogId- The identifier for the Data Catalog. By default, the account ID in which the LF-Tag expression is saved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteLfTagExpressionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteLfTagExpressionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-