| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
FindingFilter.Builder |
FindingFilter.Builder.agentIds(Collection<String> agentIds)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the agentId property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.agentIds(String... agentIds)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the agentId property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.attributes(Attribute... attributes)
For a record to match a filter, the list of values that are specified for this data type property must be
contained in the list of values of the attributes property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.attributes(Collection<Attribute> attributes)
For a record to match a filter, the list of values that are specified for this data type property must be
contained in the list of values of the attributes property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.attributes(Consumer<Attribute.Builder>... attributes)
For a record to match a filter, the list of values that are specified for this data type property must be
contained in the list of values of the attributes property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.autoScalingGroups(Collection<String> autoScalingGroups)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the autoScalingGroup property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.autoScalingGroups(String... autoScalingGroups)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the autoScalingGroup property of the Finding data type.
|
static FindingFilter.Builder |
FindingFilter.builder() |
default FindingFilter.Builder |
FindingFilter.Builder.creationTimeRange(Consumer<TimestampRange.Builder> creationTimeRange)
The time range during which the finding is generated.
|
FindingFilter.Builder |
FindingFilter.Builder.creationTimeRange(TimestampRange creationTimeRange)
The time range during which the finding is generated.
|
FindingFilter.Builder |
FindingFilter.Builder.ruleNames(Collection<String> ruleNames)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the ruleName property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.ruleNames(String... ruleNames)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the ruleName property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.rulesPackageArns(Collection<String> rulesPackageArns)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the rulesPackageArn property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.rulesPackageArns(String... rulesPackageArns)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the rulesPackageArn property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.severities(Collection<Severity> severities)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the severity property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.severities(Severity... severities)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the severity property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.severitiesWithStrings(Collection<String> severities)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the severity property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.severitiesWithStrings(String... severities)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the severity property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.toBuilder() |
FindingFilter.Builder |
FindingFilter.Builder.userAttributes(Attribute... userAttributes)
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 userAttributes property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.userAttributes(Collection<Attribute> userAttributes)
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 userAttributes property of the Finding data type.
|
FindingFilter.Builder |
FindingFilter.Builder.userAttributes(Consumer<Attribute.Builder>... userAttributes)
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 userAttributes property of the Finding data type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FindingFilter.Builder> |
FindingFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListFindingsRequest.Builder |
ListFindingsRequest.Builder.filter(Consumer<FindingFilter.Builder> filter)
You can use this parameter to specify a subset of data to be included in the action's response.
|
Copyright © 2023. All rights reserved.