public static interface RemediationRecommendation.Builder extends SdkPojo, CopyableBuilder<RemediationRecommendation.Builder,RemediationRecommendation>
| Modifier and Type | Method and Description |
|---|---|
RemediationRecommendation.Builder |
text(String text)
The recommended course of action to remediate the finding.
|
RemediationRecommendation.Builder |
url(String url)
A link to more information about the recommended remediation for this vulnerability.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRemediationRecommendation.Builder text(String text)
The recommended course of action to remediate the finding.
text - The recommended course of action to remediate the finding.RemediationRecommendation.Builder url(String url)
A link to more information about the recommended remediation for this vulnerability.
url - A link to more information about the recommended remediation for this vulnerability.Copyright © 2023. All rights reserved.