Uses of Interface
software.amazon.awssdk.services.lakeformation.model.LFTagKeyResource.Builder
-
Packages that use LFTagKeyResource.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of LFTagKeyResource.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return LFTagKeyResource.Builder Modifier and Type Method Description static LFTagKeyResource.BuilderLFTagKeyResource. builder()LFTagKeyResource.BuilderLFTagKeyResource.Builder. catalogId(String catalogId)The identifier for the Data Catalog.LFTagKeyResource.BuilderLFTagKeyResource.Builder. tagKey(String tagKey)The key-name for the LF-tag.LFTagKeyResource.BuilderLFTagKeyResource.Builder. tagValues(String... tagValues)A list of possible values an attribute can take.LFTagKeyResource.BuilderLFTagKeyResource.Builder. tagValues(Collection<String> tagValues)A list of possible values an attribute can take.LFTagKeyResource.BuilderLFTagKeyResource. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type LFTagKeyResource.Builder Modifier and Type Method Description static Class<? extends LFTagKeyResource.Builder>LFTagKeyResource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type LFTagKeyResource.Builder Modifier and Type Method Description default Resource.BuilderResource.Builder. lfTag(Consumer<LFTagKeyResource.Builder> lfTag)The LF-tag key and values attached to a resource.
-