static AssessmentRunFilter.Builder |
AssessmentRunFilter.builder() |
|
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.
|
AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.completionTimeRange(TimestampRange 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 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.
|
AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.durationRange(DurationRange 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.
|
AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.namePattern(String namePattern) |
For a record to match a filter, an explicit value or a string containing a wildcard that is specified for
this data type property must match the value of the assessmentRunName property of the
AssessmentRun data type.
|
AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.rulesPackageArns(String... rulesPackageArns) |
For a record to match a filter, the value that is specified for this data type property must be contained in
the list of values of the rulesPackages property of the AssessmentRun data type.
|
AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.rulesPackageArns(Collection<String> rulesPackageArns) |
For a record to match a filter, the value that is specified for this data type property must be contained in
the list of values of the rulesPackages property of the AssessmentRun data type.
|
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.
|
AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.startTimeRange(TimestampRange 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.
|
AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.stateChangeTimeRange(TimestampRange 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.
|
AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.states(Collection<AssessmentRunState> states) |
For a record to match a filter, one of the values specified for this data type property must be the exact
match of the value of the assessmentRunState property of the AssessmentRun data type.
|
AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.states(AssessmentRunState... states) |
For a record to match a filter, one of the values specified for this data type property must be the exact
match of the value of the assessmentRunState property of the AssessmentRun data type.
|
AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.statesWithStrings(String... states) |
For a record to match a filter, one of the values specified for this data type property must be the exact
match of the value of the assessmentRunState property of the AssessmentRun data type.
|
AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.statesWithStrings(Collection<String> states) |
For a record to match a filter, one of the values specified for this data type property must be the exact
match of the value of the assessmentRunState property of the AssessmentRun data type.
|
AssessmentRunFilter.Builder |
AssessmentRunFilter.toBuilder() |
|