| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
FilterExpression.addValuesMapEntry(String key,
String value)
Add a single ValuesMap entry
|
FilterExpression |
FilterExpression.clearValuesMapEntries()
Removes all the entries added into ValuesMap.
|
FilterExpression |
FilterExpression.clone() |
FilterExpression |
DatasetParameter.getFilter()
The optional filter expression structure to apply additional matching criteria to the parameter.
|
FilterExpression |
PathOptions.getLastModifiedDateCondition()
If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate
attribute in Amazon S3.
|
FilterExpression |
FilterExpression.withExpression(String expression)
The expression which includes condition names followed by substitution variables, possibly grouped and combined
with other conditions.
|
FilterExpression |
FilterExpression.withValuesMap(Map<String,String> valuesMap)
The map of substitution variable names to their values used in this filter expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetParameter.setFilter(FilterExpression filter)
The optional filter expression structure to apply additional matching criteria to the parameter.
|
void |
PathOptions.setLastModifiedDateCondition(FilterExpression lastModifiedDateCondition)
If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate
attribute in Amazon S3.
|
DatasetParameter |
DatasetParameter.withFilter(FilterExpression filter)
The optional filter expression structure to apply additional matching criteria to the parameter.
|
PathOptions |
PathOptions.withLastModifiedDateCondition(FilterExpression lastModifiedDateCondition)
If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate
attribute in Amazon S3.
|
Copyright © 2024. All rights reserved.