public static interface FlywheelIterationFilter.Builder extends SdkPojo, CopyableBuilder<FlywheelIterationFilter.Builder,FlywheelIterationFilter>
| Modifier and Type | Method and Description |
|---|---|
FlywheelIterationFilter.Builder |
creationTimeAfter(Instant creationTimeAfter)
Filter the flywheel iterations to include iterations created after the specified time.
|
FlywheelIterationFilter.Builder |
creationTimeBefore(Instant creationTimeBefore)
Filter the flywheel iterations to include iterations created before the specified time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFlywheelIterationFilter.Builder creationTimeAfter(Instant creationTimeAfter)
Filter the flywheel iterations to include iterations created after the specified time.
creationTimeAfter - Filter the flywheel iterations to include iterations created after the specified time.FlywheelIterationFilter.Builder creationTimeBefore(Instant creationTimeBefore)
Filter the flywheel iterations to include iterations created before the specified time.
creationTimeBefore - Filter the flywheel iterations to include iterations created before the specified time.Copyright © 2023. All rights reserved.