public static interface PutFeedbackRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<PutFeedbackRequest.Builder,PutFeedbackRequest>
| Modifier and Type | Method and Description |
|---|---|
default PutFeedbackRequest.Builder |
insightFeedback(Consumer<InsightFeedback.Builder> insightFeedback)
The feedback from customers is about the recommendations in this insight.
|
PutFeedbackRequest.Builder |
insightFeedback(InsightFeedback insightFeedback)
The feedback from customers is about the recommendations in this insight.
|
PutFeedbackRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutFeedbackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutFeedbackRequest.Builder insightFeedback(InsightFeedback insightFeedback)
The feedback from customers is about the recommendations in this insight.
insightFeedback - The feedback from customers is about the recommendations in this insight.default PutFeedbackRequest.Builder insightFeedback(Consumer<InsightFeedback.Builder> insightFeedback)
The feedback from customers is about the recommendations in this insight.
This is a convenience method that creates an instance of theInsightFeedback.Builder avoiding the
need to create one manually via InsightFeedback.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to insightFeedback(InsightFeedback).
insightFeedback - a consumer that will call methods on InsightFeedback.BuilderinsightFeedback(InsightFeedback)PutFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.