Uses of Interface
software.amazon.awssdk.services.comprehend.model.FlywheelFilter.Builder
-
Packages that use FlywheelFilter.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of FlywheelFilter.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return FlywheelFilter.Builder Modifier and Type Method Description static FlywheelFilter.BuilderFlywheelFilter. builder()FlywheelFilter.BuilderFlywheelFilter.Builder. creationTimeAfter(Instant creationTimeAfter)Filter the flywheels to include flywheels created after the specified time.FlywheelFilter.BuilderFlywheelFilter.Builder. creationTimeBefore(Instant creationTimeBefore)Filter the flywheels to include flywheels created before the specified time.FlywheelFilter.BuilderFlywheelFilter.Builder. status(String status)Filter the flywheels based on the flywheel status.FlywheelFilter.BuilderFlywheelFilter.Builder. status(FlywheelStatus status)Filter the flywheels based on the flywheel status.FlywheelFilter.BuilderFlywheelFilter. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type FlywheelFilter.Builder Modifier and Type Method Description static Class<? extends FlywheelFilter.Builder>FlywheelFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type FlywheelFilter.Builder Modifier and Type Method Description default ListFlywheelsRequest.BuilderListFlywheelsRequest.Builder. filter(Consumer<FlywheelFilter.Builder> filter)Filters the flywheels that are returned.
-