| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
TimestampRange.Builder |
TimestampRange.Builder.beginDate(Instant beginDate)
The minimum value of the timestamp range.
|
static TimestampRange.Builder |
TimestampRange.builder() |
TimestampRange.Builder |
TimestampRange.Builder.endDate(Instant endDate)
The maximum value of the timestamp range.
|
TimestampRange.Builder |
TimestampRange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimestampRange.Builder> |
TimestampRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssessmentRunFilter.Builder |
AssessmentRunFilter.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.Builder |
FindingFilter.Builder.creationTimeRange(Consumer<TimestampRange.Builder> creationTimeRange)
The time range during which the finding is generated.
|
default AssessmentRunFilter.Builder |
AssessmentRunFilter.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.Builder |
AssessmentRunFilter.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.
|
Copyright © 2023. All rights reserved.