| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
Filter.Builder.action(FilterAction action)
The action that is to be applied to the findings that match the filter.
|
Filter.Builder |
Filter.Builder.action(String action)
The action that is to be applied to the findings that match the filter.
|
Filter.Builder |
Filter.Builder.arn(String arn)
The Amazon Resource Number (ARN) associated with this filter.
|
static Filter.Builder |
Filter.builder() |
Filter.Builder |
Filter.Builder.createdAt(Instant createdAt)
The date and time this filter was created at.
|
default Filter.Builder |
Filter.Builder.criteria(Consumer<FilterCriteria.Builder> criteria)
Details on the filter criteria associated with this filter.
|
Filter.Builder |
Filter.Builder.criteria(FilterCriteria criteria)
Details on the filter criteria associated with this filter.
|
Filter.Builder |
Filter.Builder.description(String description)
A description of the filter.
|
Filter.Builder |
Filter.Builder.name(String name)
The name of the filter.
|
Filter.Builder |
Filter.Builder.ownerId(String ownerId)
The Amazon Web Services account ID of the account that created the filter.
|
Filter.Builder |
Filter.Builder.reason(String reason)
The reason for the filter.
|
Filter.Builder |
Filter.Builder.tags(Map<String,String> tags)
The tags attached to the filter.
|
Filter.Builder |
Filter.toBuilder() |
Filter.Builder |
Filter.Builder.updatedAt(Instant updatedAt)
The date and time the filter was last updated at.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Filter.Builder> |
Filter.serializableBuilderClass() |
Copyright © 2023. All rights reserved.