Resource.Builder |
Resource.Builder.applicationArn(String applicationArn) |
The Amazon Resource Name (ARN) of the application that is related to a finding.
|
Resource.Builder |
Resource.Builder.applicationName(String applicationName) |
The name of the application that is related to a finding.
|
static Resource.Builder |
Resource.builder() |
|
default Resource.Builder |
Resource.Builder.dataClassification(Consumer<DataClassificationDetails.Builder> dataClassification) |
Contains information about sensitive data that was detected on the resource.
|
Resource.Builder |
Resource.Builder.dataClassification(DataClassificationDetails dataClassification) |
Contains information about sensitive data that was detected on the resource.
|
default Resource.Builder |
Resource.Builder.details(Consumer<ResourceDetails.Builder> details) |
Additional details about the resource related to a finding.
|
Resource.Builder |
Resource.Builder.details(ResourceDetails details) |
Additional details about the resource related to a finding.
|
Resource.Builder |
Resource.Builder.id(String id) |
The canonical identifier for the given resource type.
|
Resource.Builder |
Resource.Builder.partition(String partition) |
The canonical Amazon Web Services partition name that the Region is assigned to.
|
Resource.Builder |
Resource.Builder.partition(Partition partition) |
The canonical Amazon Web Services partition name that the Region is assigned to.
|
Resource.Builder |
Resource.Builder.region(String region) |
The canonical Amazon Web Services external Region name where this resource is located.
|
Resource.Builder |
Resource.Builder.resourceRole(String resourceRole) |
Identifies the role of the resource in the finding.
|
Resource.Builder |
Resource.Builder.tags(Map<String,String> tags) |
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
Resource.Builder |
Resource.toBuilder() |
|
Resource.Builder |
Resource.Builder.type(String type) |
The type of the resource that details are provided for.
|