public static interface AssessmentTemplateFilter.Builder extends SdkPojo, CopyableBuilder<AssessmentTemplateFilter.Builder,AssessmentTemplateFilter>
| Modifier and Type | Method and Description |
|---|---|
default 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.
|
AssessmentTemplateFilter.Builder |
durationRange(DurationRange 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.
|
AssessmentTemplateFilter.Builder |
namePattern(String namePattern)
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for
this data type property must match the value of the assessmentTemplateName property of the
AssessmentTemplate data type.
|
AssessmentTemplateFilter.Builder |
rulesPackageArns(Collection<String> rulesPackageArns)
For a record to match a filter, the values that are specified for this data type property must be contained
in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.
|
AssessmentTemplateFilter.Builder |
rulesPackageArns(String... rulesPackageArns)
For a record to match a filter, the values that are specified for this data type property must be contained
in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssessmentTemplateFilter.Builder namePattern(String namePattern)
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTemplateName property of the AssessmentTemplate data type.
namePattern - For a record to match a filter, an explicit value or a string that contains a wildcard that is
specified for this data type property must match the value of the assessmentTemplateName
property of the AssessmentTemplate data type.AssessmentTemplateFilter.Builder durationRange(DurationRange 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.
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.default 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.
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)AssessmentTemplateFilter.Builder rulesPackageArns(Collection<String> rulesPackageArns)
For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.
rulesPackageArns - For a record to match a filter, the values that are specified for this data type property must be
contained in the list of values of the rulesPackageArns property of the
AssessmentTemplate data type.AssessmentTemplateFilter.Builder rulesPackageArns(String... rulesPackageArns)
For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.
rulesPackageArns - For a record to match a filter, the values that are specified for this data type property must be
contained in the list of values of the rulesPackageArns property of the
AssessmentTemplate data type.Copyright © 2023. All rights reserved.