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