Finding.Builder |
Finding.Builder.accountId(String accountId) |
The unique identifier for the Amazon Web Services account that the finding applies to.
|
Finding.Builder |
Finding.Builder.archived(Boolean archived) |
Specifies whether the finding is archived (suppressed).
|
static Finding.Builder |
Finding.builder() |
|
Finding.Builder |
Finding.Builder.category(String category) |
The category of the finding.
|
Finding.Builder |
Finding.Builder.category(FindingCategory category) |
The category of the finding.
|
default Finding.Builder |
Finding.Builder.classificationDetails(Consumer<ClassificationDetails.Builder> classificationDetails) |
The details of a sensitive data finding.
|
Finding.Builder |
Finding.Builder.classificationDetails(ClassificationDetails classificationDetails) |
The details of a sensitive data finding.
|
Finding.Builder |
Finding.Builder.count(Long count) |
The total number of occurrences of the finding.
|
Finding.Builder |
Finding.Builder.createdAt(Instant createdAt) |
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie created the finding.
|
Finding.Builder |
Finding.Builder.description(String description) |
The description of the finding.
|
Finding.Builder |
Finding.Builder.id(String id) |
The unique identifier for the finding.
|
Finding.Builder |
Finding.Builder.partition(String partition) |
The Amazon Web Services partition that Amazon Macie created the finding in.
|
default Finding.Builder |
Finding.Builder.policyDetails(Consumer<PolicyDetails.Builder> policyDetails) |
The details of a policy finding.
|
Finding.Builder |
Finding.Builder.policyDetails(PolicyDetails policyDetails) |
The details of a policy finding.
|
Finding.Builder |
Finding.Builder.region(String region) |
The Amazon Web Services Region that Amazon Macie created the finding in.
|
default Finding.Builder |
Finding.Builder.resourcesAffected(Consumer<ResourcesAffected.Builder> resourcesAffected) |
The resources that the finding applies to.
|
Finding.Builder |
Finding.Builder.resourcesAffected(ResourcesAffected resourcesAffected) |
The resources that the finding applies to.
|
Finding.Builder |
Finding.Builder.sample(Boolean sample) |
Specifies whether the finding is a sample finding.
|
Finding.Builder |
Finding.Builder.schemaVersion(String schemaVersion) |
The version of the schema that was used to define the data structures in the finding.
|
default Finding.Builder |
Finding.Builder.severity(Consumer<Severity.Builder> severity) |
The severity level and score for the finding.
|
Finding.Builder |
Finding.Builder.severity(Severity severity) |
The severity level and score for the finding.
|
Finding.Builder |
Finding.Builder.title(String title) |
The brief description of the finding.
|
Finding.Builder |
Finding.toBuilder() |
|
Finding.Builder |
Finding.Builder.type(String type) |
The type of the finding.
|
Finding.Builder |
Finding.Builder.type(FindingType type) |
The type of the finding.
|
Finding.Builder |
Finding.Builder.updatedAt(Instant updatedAt) |
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie last updated the finding.
|