Uses of Interface
software.amazon.awssdk.services.lakeformation.model.ListLfTagExpressionsRequest.Builder
-
Packages that use ListLfTagExpressionsRequest.Builder Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.model -
-
Uses of ListLfTagExpressionsRequest.Builder in software.amazon.awssdk.services.lakeformation
-
Uses of ListLfTagExpressionsRequest.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return ListLfTagExpressionsRequest.Builder Modifier and Type Method Description static ListLfTagExpressionsRequest.BuilderListLfTagExpressionsRequest. builder()ListLfTagExpressionsRequest.BuilderListLfTagExpressionsRequest.Builder. catalogId(String catalogId)The identifier for the Data Catalog.ListLfTagExpressionsRequest.BuilderListLfTagExpressionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListLfTagExpressionsRequest.BuilderListLfTagExpressionsRequest.Builder. nextToken(String nextToken)A continuation token, if this is not the first call to retrieve this list.ListLfTagExpressionsRequest.BuilderListLfTagExpressionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLfTagExpressionsRequest.BuilderListLfTagExpressionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLfTagExpressionsRequest.BuilderListLfTagExpressionsRequest. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type ListLfTagExpressionsRequest.Builder Modifier and Type Method Description static Class<? extends ListLfTagExpressionsRequest.Builder>ListLfTagExpressionsRequest. serializableBuilderClass()
-