Interface DescribeInsightResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeInsightResponse.Builder,DescribeInsightResponse>,DevOpsGuruResponse.Builder,SdkBuilder<DescribeInsightResponse.Builder,DescribeInsightResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeInsightResponse
public static interface DescribeInsightResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<DescribeInsightResponse.Builder,DescribeInsightResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeInsightResponse.BuilderproactiveInsight(Consumer<ProactiveInsight.Builder> proactiveInsight)AProactiveInsightobject that represents the requested insight.DescribeInsightResponse.BuilderproactiveInsight(ProactiveInsight proactiveInsight)AProactiveInsightobject that represents the requested insight.default DescribeInsightResponse.BuilderreactiveInsight(Consumer<ReactiveInsight.Builder> reactiveInsight)AReactiveInsightobject that represents the requested insight.DescribeInsightResponse.BuilderreactiveInsight(ReactiveInsight reactiveInsight)AReactiveInsightobject that represents the requested insight.-
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
-
proactiveInsight
DescribeInsightResponse.Builder proactiveInsight(ProactiveInsight proactiveInsight)
A
ProactiveInsightobject that represents the requested insight.- Parameters:
proactiveInsight- AProactiveInsightobject that represents the requested insight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proactiveInsight
default DescribeInsightResponse.Builder proactiveInsight(Consumer<ProactiveInsight.Builder> proactiveInsight)
A
This is a convenience method that creates an instance of theProactiveInsightobject that represents the requested insight.ProactiveInsight.Builderavoiding the need to create one manually viaProactiveInsight.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproactiveInsight(ProactiveInsight).- Parameters:
proactiveInsight- a consumer that will call methods onProactiveInsight.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
proactiveInsight(ProactiveInsight)
-
reactiveInsight
DescribeInsightResponse.Builder reactiveInsight(ReactiveInsight reactiveInsight)
A
ReactiveInsightobject that represents the requested insight.- Parameters:
reactiveInsight- AReactiveInsightobject that represents the requested insight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reactiveInsight
default DescribeInsightResponse.Builder reactiveInsight(Consumer<ReactiveInsight.Builder> reactiveInsight)
A
This is a convenience method that creates an instance of theReactiveInsightobject that represents the requested insight.ReactiveInsight.Builderavoiding the need to create one manually viaReactiveInsight.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreactiveInsight(ReactiveInsight).- Parameters:
reactiveInsight- a consumer that will call methods onReactiveInsight.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
reactiveInsight(ReactiveInsight)
-
-