public static interface Recommendation.Builder extends SdkPojo, CopyableBuilder<Recommendation.Builder,Recommendation>
Modifier and Type | Method and Description |
---|---|
Recommendation.Builder |
text(String text)
The recommendation of what to do about the issue described in a finding.
|
Recommendation.Builder |
url(String url)
A URL to link to general remediation information for the finding type of a finding.
|
copy
applyMutation, build
Recommendation.Builder text(String text)
The recommendation of what to do about the issue described in a finding.
text
- The recommendation of what to do about the issue described in a finding.Recommendation.Builder url(String url)
A URL to link to general remediation information for the finding type of a finding.
url
- A URL to link to general remediation information for the finding type of a finding.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.