public static interface Remediation.Builder extends SdkPojo, CopyableBuilder<Remediation.Builder,Remediation>
| Modifier and Type | Method and Description |
|---|---|
default Remediation.Builder |
recommendation(Consumer<Recommendation.Builder> recommendation)
A recommendation on the steps to take to remediate the issue identified by a finding.
|
Remediation.Builder |
recommendation(Recommendation recommendation)
A recommendation on the steps to take to remediate the issue identified by a finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRemediation.Builder recommendation(Recommendation recommendation)
A recommendation on the steps to take to remediate the issue identified by a finding.
recommendation - A recommendation on the steps to take to remediate the issue identified by a finding.default Remediation.Builder recommendation(Consumer<Recommendation.Builder> recommendation)
A recommendation on the steps to take to remediate the issue identified by a finding.
This is a convenience method that creates an instance of theRecommendation.Builder avoiding the need
to create one manually via Recommendation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to recommendation(Recommendation).
recommendation - a consumer that will call methods on Recommendation.Builderrecommendation(Recommendation)Copyright © 2023. All rights reserved.