public static interface Recommendation.Builder extends SdkPojo, CopyableBuilder<Recommendation.Builder,Recommendation>
| Modifier and Type | Method and Description |
|---|---|
Recommendation.Builder |
text(String text)
Describes the recommended steps to take to remediate an issue identified in a finding.
|
Recommendation.Builder |
url(String url)
A URL to a page or site that contains information about how to remediate a finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendation.Builder text(String text)
Describes the recommended steps to take to remediate an issue identified in a finding.
text - Describes the recommended steps to take to remediate an issue identified in a finding.Recommendation.Builder url(String url)
A URL to a page or site that contains information about how to remediate a finding.
url - A URL to a page or site that contains information about how to remediate a finding.Copyright © 2023. All rights reserved.