public static interface DescribeAnomalyResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<DescribeAnomalyResponse.Builder,DescribeAnomalyResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeAnomalyResponse.Builder |
proactiveAnomaly(Consumer<ProactiveAnomaly.Builder> proactiveAnomaly)
A
ReactiveAnomaly object that represents the requested anomaly. |
DescribeAnomalyResponse.Builder |
proactiveAnomaly(ProactiveAnomaly proactiveAnomaly)
A
ReactiveAnomaly object that represents the requested anomaly. |
default DescribeAnomalyResponse.Builder |
reactiveAnomaly(Consumer<ReactiveAnomaly.Builder> reactiveAnomaly)
A
ProactiveAnomaly object that represents the requested anomaly. |
DescribeAnomalyResponse.Builder |
reactiveAnomaly(ReactiveAnomaly reactiveAnomaly)
A
ProactiveAnomaly object that represents the requested anomaly. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAnomalyResponse.Builder proactiveAnomaly(ProactiveAnomaly proactiveAnomaly)
A ReactiveAnomaly object that represents the requested anomaly.
proactiveAnomaly - A ReactiveAnomaly object that represents the requested anomaly.default DescribeAnomalyResponse.Builder proactiveAnomaly(Consumer<ProactiveAnomaly.Builder> proactiveAnomaly)
A ReactiveAnomaly object that represents the requested anomaly.
ProactiveAnomaly.Builder avoiding the need to
create one manually via ProactiveAnomaly.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to proactiveAnomaly(ProactiveAnomaly).proactiveAnomaly - a consumer that will call methods on ProactiveAnomaly.BuilderproactiveAnomaly(ProactiveAnomaly)DescribeAnomalyResponse.Builder reactiveAnomaly(ReactiveAnomaly reactiveAnomaly)
A ProactiveAnomaly object that represents the requested anomaly.
reactiveAnomaly - A ProactiveAnomaly object that represents the requested anomaly.default DescribeAnomalyResponse.Builder reactiveAnomaly(Consumer<ReactiveAnomaly.Builder> reactiveAnomaly)
A ProactiveAnomaly object that represents the requested anomaly.
ReactiveAnomaly.Builder avoiding the need to
create one manually via ReactiveAnomaly.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to reactiveAnomaly(ReactiveAnomaly).reactiveAnomaly - a consumer that will call methods on ReactiveAnomaly.BuilderreactiveAnomaly(ReactiveAnomaly)Copyright © 2021. All rights reserved.