Interface GetLfTagExpressionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetLfTagExpressionRequest.Builder,GetLfTagExpressionRequest>,LakeFormationRequest.Builder,SdkBuilder<GetLfTagExpressionRequest.Builder,GetLfTagExpressionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetLfTagExpressionRequest
public static interface GetLfTagExpressionRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<GetLfTagExpressionRequest.Builder,GetLfTagExpressionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLfTagExpressionRequest.BuildercatalogId(String catalogId)The identifier for the Data Catalog.GetLfTagExpressionRequest.Buildername(String name)The name for the LF-Tag expressionGetLfTagExpressionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLfTagExpressionRequest.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
GetLfTagExpressionRequest.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
GetLfTagExpressionRequest.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.
-
overrideConfiguration
GetLfTagExpressionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetLfTagExpressionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-