Uses of Interface
software.amazon.awssdk.services.inspector.model.TimestampRange.Builder
-
Packages that use TimestampRange.Builder Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of TimestampRange.Builder in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return TimestampRange.Builder Modifier and Type Method Description TimestampRange.BuilderTimestampRange.Builder. beginDate(Instant beginDate)The minimum value of the timestamp range.static TimestampRange.BuilderTimestampRange. builder()TimestampRange.BuilderTimestampRange.Builder. endDate(Instant endDate)The maximum value of the timestamp range.TimestampRange.BuilderTimestampRange. toBuilder()Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type TimestampRange.Builder Modifier and Type Method Description static Class<? extends TimestampRange.Builder>TimestampRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type TimestampRange.Builder Modifier and Type Method Description default AssessmentRunFilter.BuilderAssessmentRunFilter.Builder. completionTimeRange(Consumer<TimestampRange.Builder> completionTimeRange)For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the completedAt property of the AssessmentRun data type.default FindingFilter.BuilderFindingFilter.Builder. creationTimeRange(Consumer<TimestampRange.Builder> creationTimeRange)The time range during which the finding is generated.default AssessmentRunFilter.BuilderAssessmentRunFilter.Builder. startTimeRange(Consumer<TimestampRange.Builder> startTimeRange)For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the startTime property of the AssessmentRun data type.default AssessmentRunFilter.BuilderAssessmentRunFilter.Builder. stateChangeTimeRange(Consumer<TimestampRange.Builder> stateChangeTimeRange)For a record to match a filter, the value that is specified for this data type property must match the stateChangedAt property of the AssessmentRun data type.
-