| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
static DurationRange.Builder |
DurationRange.builder() |
DurationRange.Builder |
DurationRange.Builder.maxSeconds(Integer maxSeconds)
The maximum value of the duration range.
|
DurationRange.Builder |
DurationRange.Builder.minSeconds(Integer minSeconds)
The minimum value of the duration range.
|
DurationRange.Builder |
DurationRange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DurationRange.Builder> |
DurationRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.durationRange(Consumer<DurationRange.Builder> durationRange)
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 durationInSeconds property of
the AssessmentRun data type.
|
default AssessmentTemplateFilter.Builder |
AssessmentTemplateFilter.Builder.durationRange(Consumer<DurationRange.Builder> durationRange)
For a record to match a filter, the value specified for this data type property must inclusively match any
value between the specified minimum and maximum values of the durationInSeconds property of the
AssessmentTemplate data type.
|
Copyright © 2023. All rights reserved.