Uses of Interface
software.amazon.awssdk.services.dataexchange.model.TableLFTagPolicy.Builder
-
Packages that use TableLFTagPolicy.Builder Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of TableLFTagPolicy.Builder in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return TableLFTagPolicy.Builder Modifier and Type Method Description static TableLFTagPolicy.BuilderTableLFTagPolicy. builder()TableLFTagPolicy.BuilderTableLFTagPolicy.Builder. expression(Collection<LFTag> expression)A list of LF-tag conditions that apply to table resources.TableLFTagPolicy.BuilderTableLFTagPolicy.Builder. expression(Consumer<LFTag.Builder>... expression)A list of LF-tag conditions that apply to table resources.TableLFTagPolicy.BuilderTableLFTagPolicy.Builder. expression(LFTag... expression)A list of LF-tag conditions that apply to table resources.TableLFTagPolicy.BuilderTableLFTagPolicy. toBuilder()Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type TableLFTagPolicy.Builder Modifier and Type Method Description static Class<? extends TableLFTagPolicy.Builder>TableLFTagPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type TableLFTagPolicy.Builder Modifier and Type Method Description default LFResourceDetails.BuilderLFResourceDetails.Builder. table(Consumer<TableLFTagPolicy.Builder> table)Details about the table resource included in the AWS Lake Formation data permission.
-