| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
Finding.Builder.action(Collection<String> action)
The action in the analyzed policy statement that an external principal has permission to use.
|
Finding.Builder |
Finding.Builder.action(String... action)
The action in the analyzed policy statement that an external principal has permission to use.
|
Finding.Builder |
Finding.Builder.analyzedAt(Instant analyzedAt)
The time at which the resource was analyzed.
|
static Finding.Builder |
Finding.builder() |
Finding.Builder |
Finding.Builder.condition(Map<String,String> condition)
The condition in the analyzed policy statement that resulted in a finding.
|
Finding.Builder |
Finding.Builder.createdAt(Instant createdAt)
The time at which the finding was generated.
|
Finding.Builder |
Finding.Builder.error(String error)
An error.
|
Finding.Builder |
Finding.Builder.id(String id)
The ID of the finding.
|
Finding.Builder |
Finding.Builder.isPublic(Boolean isPublic)
Indicates whether the policy that generated the finding allows public access to the resource.
|
Finding.Builder |
Finding.Builder.principal(Map<String,String> principal)
The external principal that access to a resource within the zone of trust.
|
Finding.Builder |
Finding.Builder.resource(String resource)
The resource that an external principal has access to.
|
Finding.Builder |
Finding.Builder.resourceOwnerAccount(String resourceOwnerAccount)
The Amazon Web Services account ID that owns the resource.
|
Finding.Builder |
Finding.Builder.resourceType(ResourceType resourceType)
The type of the resource identified in the finding.
|
Finding.Builder |
Finding.Builder.resourceType(String resourceType)
The type of the resource identified in the finding.
|
Finding.Builder |
Finding.Builder.sources(Collection<FindingSource> sources)
The sources of the finding.
|
Finding.Builder |
Finding.Builder.sources(Consumer<FindingSource.Builder>... sources)
The sources of the finding.
|
Finding.Builder |
Finding.Builder.sources(FindingSource... sources)
The sources of the finding.
|
Finding.Builder |
Finding.Builder.status(FindingStatus status)
The current status of the finding.
|
Finding.Builder |
Finding.Builder.status(String status)
The current status of the finding.
|
Finding.Builder |
Finding.toBuilder() |
Finding.Builder |
Finding.Builder.updatedAt(Instant updatedAt)
The time at which the finding was updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Finding.Builder> |
Finding.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetFindingResponse.Builder |
GetFindingResponse.Builder.finding(Consumer<Finding.Builder> finding)
A
finding object that contains finding details. |
Copyright © 2023. All rights reserved.