Uses of Interface
software.amazon.awssdk.services.honeycode.model.Filter.Builder
-
Packages that use Filter.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of Filter.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return Filter.Builder Modifier and Type Method Description static Filter.BuilderFilter. builder()Filter.BuilderFilter.Builder. contextRowId(String contextRowId)The optional contextRowId attribute can be used to specify the row id of the context row if the filter formula contains unqualified references to table columns and needs a context row to evaluate them successfully.Filter.BuilderFilter.Builder. formula(String formula)A formula representing a filter function that returns zero or more matching rows from a table.Filter.BuilderFilter. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type Filter.Builder Modifier and Type Method Description static Class<? extends Filter.Builder>Filter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type Filter.Builder Modifier and Type Method Description default UpsertRowData.BuilderUpsertRowData.Builder. filter(Consumer<Filter.Builder> filter)The filter formula to use to find existing matching rows to update.default QueryTableRowsRequest.BuilderQueryTableRowsRequest.Builder. filterFormula(Consumer<Filter.Builder> filterFormula)An object that represents a filter formula along with the id of the context row under which the filter function needs to evaluate.
-