Finding.Builder |
Finding.Builder.accountId(String accountId) |
The ID of the account in which the finding was generated.
|
Finding.Builder |
Finding.Builder.arn(String arn) |
The ARN of the finding.
|
static Finding.Builder |
Finding.builder() |
|
Finding.Builder |
Finding.Builder.confidence(Double confidence) |
The confidence score for the finding.
|
Finding.Builder |
Finding.Builder.createdAt(String createdAt) |
The time and date when the finding was created.
|
Finding.Builder |
Finding.Builder.description(String description) |
The description of the finding.
|
Finding.Builder |
Finding.Builder.id(String id) |
The ID of the finding.
|
Finding.Builder |
Finding.Builder.partition(String partition) |
The partition associated with the finding.
|
Finding.Builder |
Finding.Builder.region(String region) |
The Region where the finding was generated.
|
default Finding.Builder |
Finding.Builder.resource(Consumer<Resource.Builder> resource) |
Sets the value of the Resource property for this object.
|
Finding.Builder |
Finding.Builder.resource(Resource resource) |
Sets the value of the Resource property for this object.
|
Finding.Builder |
Finding.Builder.schemaVersion(String schemaVersion) |
The version of the schema used for the finding.
|
default Finding.Builder |
Finding.Builder.service(Consumer<Service.Builder> service) |
Sets the value of the Service property for this object.
|
Finding.Builder |
Finding.Builder.service(Service service) |
Sets the value of the Service property for this object.
|
Finding.Builder |
Finding.Builder.severity(Double severity) |
The severity of the finding.
|
Finding.Builder |
Finding.Builder.title(String title) |
The title of the finding.
|
Finding.Builder |
Finding.toBuilder() |
|
Finding.Builder |
Finding.Builder.type(String type) |
The type of finding.
|
Finding.Builder |
Finding.Builder.updatedAt(String updatedAt) |
The time and date when the finding was last updated.
|