Uses of Interface
software.amazon.awssdk.services.lakeformation.model.LFTagExpressionResource.Builder
-
Packages that use LFTagExpressionResource.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of LFTagExpressionResource.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return LFTagExpressionResource.Builder Modifier and Type Method Description static LFTagExpressionResource.BuilderLFTagExpressionResource. builder()LFTagExpressionResource.BuilderLFTagExpressionResource.Builder. catalogId(String catalogId)The identifier for the Data Catalog.LFTagExpressionResource.BuilderLFTagExpressionResource.Builder. name(String name)The name of the LF-Tag expression to grant permissions on.LFTagExpressionResource.BuilderLFTagExpressionResource. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type LFTagExpressionResource.Builder Modifier and Type Method Description static Class<? extends LFTagExpressionResource.Builder>LFTagExpressionResource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type LFTagExpressionResource.Builder Modifier and Type Method Description default Resource.BuilderResource.Builder. lfTagExpression(Consumer<LFTagExpressionResource.Builder> lfTagExpression)LF-Tag expression resource.
-