public static interface GetAnomalyGroupResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<GetAnomalyGroupResponse.Builder,GetAnomalyGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAnomalyGroupResponse.Builder |
anomalyGroup(AnomalyGroup anomalyGroup)
Details about the anomaly group.
|
default GetAnomalyGroupResponse.Builder |
anomalyGroup(Consumer<AnomalyGroup.Builder> anomalyGroup)
Details about the anomaly group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAnomalyGroupResponse.Builder anomalyGroup(AnomalyGroup anomalyGroup)
Details about the anomaly group.
anomalyGroup - Details about the anomaly group.default GetAnomalyGroupResponse.Builder anomalyGroup(Consumer<AnomalyGroup.Builder> anomalyGroup)
Details about the anomaly group.
This is a convenience method that creates an instance of theAnomalyGroup.Builder avoiding the need
to create one manually via AnomalyGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to anomalyGroup(AnomalyGroup).
anomalyGroup - a consumer that will call methods on AnomalyGroup.BuilderanomalyGroup(AnomalyGroup)Copyright © 2023. All rights reserved.