Uses of Interface
software.amazon.awssdk.services.lakeformation.model.LFTagPolicyResource.Builder
-
Packages that use LFTagPolicyResource.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of LFTagPolicyResource.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return LFTagPolicyResource.Builder Modifier and Type Method Description static LFTagPolicyResource.BuilderLFTagPolicyResource. builder()LFTagPolicyResource.BuilderLFTagPolicyResource.Builder. catalogId(String catalogId)The identifier for the Data Catalog.LFTagPolicyResource.BuilderLFTagPolicyResource.Builder. expression(Collection<LFTag> expression)A list of LF-tag conditions that apply to the resource's LF-tag policy.LFTagPolicyResource.BuilderLFTagPolicyResource.Builder. expression(Consumer<LFTag.Builder>... expression)A list of LF-tag conditions that apply to the resource's LF-tag policy.LFTagPolicyResource.BuilderLFTagPolicyResource.Builder. expression(LFTag... expression)A list of LF-tag conditions that apply to the resource's LF-tag policy.LFTagPolicyResource.BuilderLFTagPolicyResource.Builder. resourceType(String resourceType)The resource type for which the LF-tag policy applies.LFTagPolicyResource.BuilderLFTagPolicyResource.Builder. resourceType(ResourceType resourceType)The resource type for which the LF-tag policy applies.LFTagPolicyResource.BuilderLFTagPolicyResource. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type LFTagPolicyResource.Builder Modifier and Type Method Description static Class<? extends LFTagPolicyResource.Builder>LFTagPolicyResource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type LFTagPolicyResource.Builder Modifier and Type Method Description default Resource.BuilderResource.Builder. lfTagPolicy(Consumer<LFTagPolicyResource.Builder> lfTagPolicy)A list of LF-tag conditions that define a resource's LF-tag policy.
-