| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
DatasetParameter.filter()
The optional filter expression structure to apply additional matching criteria to the parameter.
|
FilterExpression |
PathOptions.lastModifiedDateCondition()
If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate
attribute in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetParameter.Builder |
DatasetParameter.Builder.filter(FilterExpression filter)
The optional filter expression structure to apply additional matching criteria to the parameter.
|
PathOptions.Builder |
PathOptions.Builder.lastModifiedDateCondition(FilterExpression lastModifiedDateCondition)
If provided, this structure defines a date range for matching Amazon S3 objects based on their
LastModifiedDate attribute in Amazon S3.
|
Copyright © 2023. All rights reserved.