Uses of Interface
software.amazon.awssdk.services.lakeformation.model.LFTag.Builder
-
Packages that use LFTag.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of LFTag.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return LFTag.Builder Modifier and Type Method Description static LFTag.BuilderLFTag. builder()LFTag.BuilderLFTag.Builder. tagKey(String tagKey)The key-name for the LF-tag.LFTag.BuilderLFTag.Builder. tagValues(String... tagValues)A list of possible values an attribute can take.LFTag.BuilderLFTag.Builder. tagValues(Collection<String> tagValues)A list of possible values an attribute can take.LFTag.BuilderLFTag. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type LFTag.Builder Modifier and Type Method Description static Class<? extends LFTag.Builder>LFTag. serializableBuilderClass()
-