AnalyzedResource.Builder |
AnalyzedResource.Builder.actions(String... actions) |
The actions that an external principal is granted permission to use by the policy that generated the finding.
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.actions(Collection<String> actions) |
The actions that an external principal is granted permission to use by the policy that generated the finding.
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.analyzedAt(Instant analyzedAt) |
The time at which the resource was analyzed.
|
static AnalyzedResource.Builder |
AnalyzedResource.builder() |
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.createdAt(Instant createdAt) |
The time at which the finding was created.
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.error(String error) |
An error message.
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.isPublic(Boolean isPublic) |
Indicates whether the policy that generated the finding grants public access to the resource.
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.resourceArn(String resourceArn) |
The ARN of the resource that was analyzed.
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.resourceOwnerAccount(String resourceOwnerAccount) |
The Amazon Web Services account ID that owns the resource.
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.resourceType(String resourceType) |
The type of the resource that was analyzed.
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.resourceType(ResourceType resourceType) |
The type of the resource that was analyzed.
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.sharedVia(String... sharedVia) |
Indicates how the access that generated the finding is granted.
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.sharedVia(Collection<String> sharedVia) |
Indicates how the access that generated the finding is granted.
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.status(String status) |
The current status of the finding generated from the analyzed resource.
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.status(FindingStatus status) |
The current status of the finding generated from the analyzed resource.
|
AnalyzedResource.Builder |
AnalyzedResource.toBuilder() |
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.updatedAt(Instant updatedAt) |
The time at which the finding was updated.
|