| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
static Filter.Builder |
Filter.builder() |
Filter.Builder |
Filter.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.Builder |
Filter.Builder.formula(String formula)
A formula representing a filter function that returns zero or more matching rows from a table.
|
Filter.Builder |
Filter.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Filter.Builder> |
Filter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpsertRowData.Builder |
UpsertRowData.Builder.filter(Consumer<Filter.Builder> filter)
The filter formula to use to find existing matching rows to update.
|
default QueryTableRowsRequest.Builder |
QueryTableRowsRequest.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.
|
Copyright © 2023. All rights reserved.