FindingSummary.Builder |
FindingSummary.Builder.action(String... action) |
The action in the analyzed policy statement that an external principal has permission to use.
|
FindingSummary.Builder |
FindingSummary.Builder.action(Collection<String> action) |
The action in the analyzed policy statement that an external principal has permission to use.
|
FindingSummary.Builder |
FindingSummary.Builder.analyzedAt(Instant analyzedAt) |
The time at which the resource-based policy that generated the finding was analyzed.
|
static FindingSummary.Builder |
FindingSummary.builder() |
|
FindingSummary.Builder |
FindingSummary.Builder.condition(Map<String,String> condition) |
The condition in the analyzed policy statement that resulted in a finding.
|
FindingSummary.Builder |
FindingSummary.Builder.createdAt(Instant createdAt) |
The time at which the finding was created.
|
FindingSummary.Builder |
FindingSummary.Builder.error(String error) |
The error that resulted in an Error finding.
|
FindingSummary.Builder |
FindingSummary.Builder.id(String id) |
The ID of the finding.
|
FindingSummary.Builder |
FindingSummary.Builder.isPublic(Boolean isPublic) |
Indicates whether the finding reports a resource that has a policy that allows public access.
|
FindingSummary.Builder |
FindingSummary.Builder.principal(Map<String,String> principal) |
The external principal that has access to a resource within the zone of trust.
|
FindingSummary.Builder |
FindingSummary.Builder.resource(String resource) |
The resource that the external principal has access to.
|
FindingSummary.Builder |
FindingSummary.Builder.resourceOwnerAccount(String resourceOwnerAccount) |
The Amazon Web Services account ID that owns the resource.
|
FindingSummary.Builder |
FindingSummary.Builder.resourceType(String resourceType) |
The type of the resource that the external principal has access to.
|
FindingSummary.Builder |
FindingSummary.Builder.resourceType(ResourceType resourceType) |
The type of the resource that the external principal has access to.
|
FindingSummary.Builder |
FindingSummary.Builder.sources(Collection<FindingSource> sources) |
The sources of the finding.
|
FindingSummary.Builder |
FindingSummary.Builder.sources(Consumer<FindingSource.Builder>... sources) |
The sources of the finding.
|
FindingSummary.Builder |
FindingSummary.Builder.sources(FindingSource... sources) |
The sources of the finding.
|
FindingSummary.Builder |
FindingSummary.Builder.status(String status) |
The status of the finding.
|
FindingSummary.Builder |
FindingSummary.Builder.status(FindingStatus status) |
The status of the finding.
|
FindingSummary.Builder |
FindingSummary.toBuilder() |
|
FindingSummary.Builder |
FindingSummary.Builder.updatedAt(Instant updatedAt) |
The time at which the finding was most recently updated.
|