Interface DescribeFeedbackResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeFeedbackResponse.Builder,DescribeFeedbackResponse>,DevOpsGuruResponse.Builder,SdkBuilder<DescribeFeedbackResponse.Builder,DescribeFeedbackResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeFeedbackResponse
public static interface DescribeFeedbackResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<DescribeFeedbackResponse.Builder,DescribeFeedbackResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeFeedbackResponse.BuilderinsightFeedback(Consumer<InsightFeedback.Builder> insightFeedback)Sets the value of the InsightFeedback property for this object.DescribeFeedbackResponse.BuilderinsightFeedback(InsightFeedback insightFeedback)Sets the value of the InsightFeedback property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devopsguru.model.DevOpsGuruResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
insightFeedback
DescribeFeedbackResponse.Builder insightFeedback(InsightFeedback insightFeedback)
Sets the value of the InsightFeedback property for this object.- Parameters:
insightFeedback- The new value for the InsightFeedback property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insightFeedback
default DescribeFeedbackResponse.Builder insightFeedback(Consumer<InsightFeedback.Builder> insightFeedback)
Sets the value of the InsightFeedback property for this object. This is a convenience method that creates an instance of theInsightFeedback.Builderavoiding the need to create one manually viaInsightFeedback.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinsightFeedback(InsightFeedback).- Parameters:
insightFeedback- a consumer that will call methods onInsightFeedback.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
insightFeedback(InsightFeedback)
-
-