| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.action(Action action)
Provides details about an action that affects or that was taken on a resource.
|
default AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.action(Consumer<Action.Builder> action)
Provides details about an action that affects or that was taken on a resource.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.awsAccountId(String awsAccountId)
The Amazon Web Services account ID that a finding is generated in.
|
static AwsSecurityFinding.Builder |
AwsSecurityFinding.builder() |
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.companyName(String companyName)
The name of the company for the product that generated the finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.compliance(Compliance compliance)
This data type is exclusive to findings that are generated as the result of a check run against a specific
rule in a supported security standard, such as CIS Amazon Web Services Foundations.
|
default AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.compliance(Consumer<Compliance.Builder> compliance)
This data type is exclusive to findings that are generated as the result of a check run against a specific
rule in a supported security standard, such as CIS Amazon Web Services Foundations.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.confidence(Integer confidence)
A finding's confidence.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.createdAt(String createdAt)
Indicates when the security findings provider created the potential security issue that a finding captured.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.criticality(Integer criticality)
The level of importance assigned to the resources associated with the finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.description(String description)
A finding's description.
|
default AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.findingProviderFields(Consumer<FindingProviderFields.Builder> findingProviderFields)
In a
BatchImportFindings request, finding providers use FindingProviderFields to
provide and update their own values for confidence, criticality, related findings, severity, and types. |
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.findingProviderFields(FindingProviderFields findingProviderFields)
In a
BatchImportFindings request, finding providers use FindingProviderFields to
provide and update their own values for confidence, criticality, related findings, severity, and types. |
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.firstObservedAt(String firstObservedAt)
Indicates when the security findings provider first observed the potential security issue that a finding
captured.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.generatorId(String generatorId)
The identifier for the solution-specific component (a discrete unit of logic) that generated a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.id(String id)
The security findings provider-specific identifier for a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.lastObservedAt(String lastObservedAt)
Indicates when the security findings provider most recently observed the potential security issue that a
finding captured.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.malware(Collection<Malware> malware)
A list of malware related to a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.malware(Consumer<Malware.Builder>... malware)
A list of malware related to a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.malware(Malware... malware)
A list of malware related to a finding.
|
default AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.network(Consumer<Network.Builder> network)
The details of network-related information about a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.network(Network network)
The details of network-related information about a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.networkPath(Collection<NetworkPathComponent> networkPath)
Provides information about a network path that is relevant to a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.networkPath(Consumer<NetworkPathComponent.Builder>... networkPath)
Provides information about a network path that is relevant to a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.networkPath(NetworkPathComponent... networkPath)
Provides information about a network path that is relevant to a finding.
|
default AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.note(Consumer<Note.Builder> note)
A user-defined note added to a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.note(Note note)
A user-defined note added to a finding.
|
default AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.patchSummary(Consumer<PatchSummary.Builder> patchSummary)
Provides an overview of the patch compliance status for an instance against a selected compliance standard.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.patchSummary(PatchSummary patchSummary)
Provides an overview of the patch compliance status for an instance against a selected compliance standard.
|
default AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.process(Consumer<ProcessDetails.Builder> process)
The details of process-related information about a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.process(ProcessDetails process)
The details of process-related information about a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.productArn(String productArn)
The ARN generated by Security Hub that uniquely identifies a product that generates findings.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.productFields(Map<String,String> productFields)
A data type where security findings providers can include additional solution-specific details that aren't
part of the defined
AwsSecurityFinding format. |
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.productName(String productName)
The name of the product that generated the finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.recordState(RecordState recordState)
The record state of a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.recordState(String recordState)
The record state of a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.region(String region)
The Region from which the finding was generated.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.relatedFindings(Collection<RelatedFinding> relatedFindings)
A list of related findings.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.relatedFindings(Consumer<RelatedFinding.Builder>... relatedFindings)
A list of related findings.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.relatedFindings(RelatedFinding... relatedFindings)
A list of related findings.
|
default AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.remediation(Consumer<Remediation.Builder> remediation)
A data type that describes the remediation options for a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.remediation(Remediation remediation)
A data type that describes the remediation options for a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.resources(Collection<Resource> resources)
A set of resource data types that describe the resources that the finding refers to.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.resources(Consumer<Resource.Builder>... resources)
A set of resource data types that describe the resources that the finding refers to.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.resources(Resource... resources)
A set of resource data types that describe the resources that the finding refers to.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.sample(Boolean sample)
Indicates whether the finding is a sample finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.schemaVersion(String schemaVersion)
The schema version that a finding is formatted for.
|
default AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.severity(Consumer<Severity.Builder> severity)
A finding's severity.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.severity(Severity severity)
A finding's severity.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.sourceUrl(String sourceUrl)
A URL that links to a page about the current finding in the security findings provider's solution.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.threatIntelIndicators(Collection<ThreatIntelIndicator> threatIntelIndicators)
Threat intelligence details related to a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.threatIntelIndicators(Consumer<ThreatIntelIndicator.Builder>... threatIntelIndicators)
Threat intelligence details related to a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.threatIntelIndicators(ThreatIntelIndicator... threatIntelIndicators)
Threat intelligence details related to a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.threats(Collection<Threat> threats)
Details about the threat detected in a security finding and the file paths that were affected by the threat.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.threats(Consumer<Threat.Builder>... threats)
Details about the threat detected in a security finding and the file paths that were affected by the threat.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.threats(Threat... threats)
Details about the threat detected in a security finding and the file paths that were affected by the threat.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.title(String title)
A finding's title.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.toBuilder() |
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.types(Collection<String> types)
One or more finding types in the format of
namespace/category/classifier that classify a
finding. |
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.types(String... types)
One or more finding types in the format of
namespace/category/classifier that classify a
finding. |
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.updatedAt(String updatedAt)
Indicates when the security findings provider last updated the finding record.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.userDefinedFields(Map<String,String> userDefinedFields)
A list of name/value string pairs associated with the finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.verificationState(String verificationState)
Indicates the veracity of a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.verificationState(VerificationState verificationState)
Indicates the veracity of a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.vulnerabilities(Collection<Vulnerability> vulnerabilities)
Provides a list of vulnerabilities associated with the findings.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.vulnerabilities(Consumer<Vulnerability.Builder>... vulnerabilities)
Provides a list of vulnerabilities associated with the findings.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.vulnerabilities(Vulnerability... vulnerabilities)
Provides a list of vulnerabilities associated with the findings.
|
default AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.workflow(Consumer<Workflow.Builder> workflow)
Provides information about the status of the investigation into a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.workflow(Workflow workflow)
Provides information about the status of the investigation into a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.workflowState(String workflowState)
The workflow state of a finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.workflowState(WorkflowState workflowState)
The workflow state of a finding.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsSecurityFinding.Builder> |
AwsSecurityFinding.serializableBuilderClass() |
Copyright © 2023. All rights reserved.