Interface ListLfTagExpressionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLfTagExpressionsRequest.Builder,ListLfTagExpressionsRequest>,LakeFormationRequest.Builder,SdkBuilder<ListLfTagExpressionsRequest.Builder,ListLfTagExpressionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLfTagExpressionsRequest
public static interface ListLfTagExpressionsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<ListLfTagExpressionsRequest.Builder,ListLfTagExpressionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLfTagExpressionsRequest.BuildercatalogId(String catalogId)The identifier for the Data Catalog.ListLfTagExpressionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListLfTagExpressionsRequest.BuildernextToken(String nextToken)A continuation token, if this is not the first call to retrieve this list.ListLfTagExpressionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLfTagExpressionsRequest.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
-
catalogId
ListLfTagExpressionsRequest.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.
-
maxResults
ListLfTagExpressionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListLfTagExpressionsRequest.Builder nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
- Parameters:
nextToken- A continuation token, if this is not the first call to retrieve this list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLfTagExpressionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLfTagExpressionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-