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)
An object that contains information about the recommended course of action to remediate the finding.
|
Remediation.Builder |
recommendation(Recommendation recommendation)
An object that contains information about the recommended course of action to remediate the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRemediation.Builder recommendation(Recommendation recommendation)
An object that contains information about the recommended course of action to remediate the finding.
recommendation - An object that contains information about the recommended course of action to remediate the finding.default Remediation.Builder recommendation(Consumer<Recommendation.Builder> recommendation)
An object that contains information about the recommended course of action to remediate the 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 © 2022. All rights reserved.