IngestionJobFilter.Builder |
IngestionJobFilter.Builder.attribute(String attribute) |
The attribute by which to filter the results.
|
IngestionJobFilter.Builder |
IngestionJobFilter.Builder.attribute(IngestionJobFilterAttribute attribute) |
The attribute by which to filter the results.
|
static IngestionJobFilter.Builder |
IngestionJobFilter.builder() |
|
IngestionJobFilter.Builder |
IngestionJobFilter.Builder.operator(String operator) |
The operation to carry out between the attribute and the values.
|
IngestionJobFilter.Builder |
IngestionJobFilter.Builder.operator(IngestionJobFilterOperator operator) |
The operation to carry out between the attribute and the values.
|
IngestionJobFilter.Builder |
IngestionJobFilter.toBuilder() |
|
IngestionJobFilter.Builder |
IngestionJobFilter.Builder.values(String... values) |
A list of values for the attribute.
|
IngestionJobFilter.Builder |
IngestionJobFilter.Builder.values(Collection<String> values) |
A list of values for the attribute.
|