public static interface ExecutionTimeFilter.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ExecutionTimeFilter.Builder,ExecutionTimeFilter>
| Modifier and Type | Method and Description |
|---|---|
ExecutionTimeFilter.Builder |
latestDate(Date latestDate)
Specifies the latest start or close date and time to return.
|
ExecutionTimeFilter.Builder |
oldestDate(Date oldestDate)
Specifies the oldest start or close date and time to return.
|
copyapply, buildExecutionTimeFilter.Builder oldestDate(Date 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(Date 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. All rights reserved.