Interface FlywheelIterationFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FlywheelIterationFilter.Builder,FlywheelIterationFilter>,SdkBuilder<FlywheelIterationFilter.Builder,FlywheelIterationFilter>,SdkPojo
- Enclosing class:
- FlywheelIterationFilter
public static interface FlywheelIterationFilter.Builder extends SdkPojo, CopyableBuilder<FlywheelIterationFilter.Builder,FlywheelIterationFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlywheelIterationFilter.BuildercreationTimeAfter(Instant creationTimeAfter)Filter the flywheel iterations to include iterations created after the specified time.FlywheelIterationFilter.BuildercreationTimeBefore(Instant creationTimeBefore)Filter the flywheel iterations to include iterations created before the specified time.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
creationTimeAfter
FlywheelIterationFilter.Builder creationTimeAfter(Instant creationTimeAfter)
Filter the flywheel iterations to include iterations created after the specified time.
- Parameters:
creationTimeAfter- Filter the flywheel iterations to include iterations created after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
FlywheelIterationFilter.Builder creationTimeBefore(Instant creationTimeBefore)
Filter the flywheel iterations to include iterations created before the specified time.
- Parameters:
creationTimeBefore- Filter the flywheel iterations to include iterations created before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-