public static interface AssessmentRunFilter.Builder extends SdkPojo, CopyableBuilder<AssessmentRunFilter.Builder,AssessmentRunFilter>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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 |
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 |
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 |
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 |
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.
|
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.
|
default 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssessmentRunFilter.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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
This is a convenience method that creates an instance of theDurationRange.Builder avoiding the need
to create one manually via DurationRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to durationRange(DurationRange).
durationRange - a consumer that will call methods on DurationRange.BuilderdurationRange(DurationRange)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.
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 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.
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 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.
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 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.
This is a convenience method that creates an instance of theTimestampRange.Builder avoiding the need
to create one manually via TimestampRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to startTimeRange(TimestampRange).
startTimeRange - a consumer that will call methods on TimestampRange.BuilderstartTimeRange(TimestampRange)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.
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 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.
This is a convenience method that creates an instance of theTimestampRange.Builder avoiding the need
to create one manually via TimestampRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to completionTimeRange(TimestampRange).
completionTimeRange - a consumer that will call methods on TimestampRange.BuildercompletionTimeRange(TimestampRange)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.
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.default 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.
This is a convenience method that creates an instance of theTimestampRange.Builder avoiding the need
to create one manually via TimestampRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to stateChangeTimeRange(TimestampRange).
stateChangeTimeRange - a consumer that will call methods on TimestampRange.BuilderstateChangeTimeRange(TimestampRange)Copyright © 2023. All rights reserved.