public static interface ExecutionTimeFilter.Builder extends CopyableBuilder<ExecutionTimeFilter.Builder,ExecutionTimeFilter>
Modifier and Type | Method and Description |
---|---|
ExecutionTimeFilter.Builder |
latestDate(Instant latestDate)
Specifies the latest start or close date and time to return.
|
ExecutionTimeFilter.Builder |
oldestDate(Instant oldestDate)
Specifies the oldest start or close date and time to return.
|
copy
apply, build
ExecutionTimeFilter.Builder oldestDate(Instant oldestDate)
Specifies the oldest start or close date and time to return.
oldestDate
- Specifies the oldest start or close date and time to return.ExecutionTimeFilter.Builder latestDate(Instant latestDate)
Specifies the latest start or close date and time to return.
latestDate
- Specifies the latest start or close date and time to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.