public static interface DetectAnomaliesResponse.Builder extends LookoutVisionResponse.Builder, SdkPojo, CopyableBuilder<DetectAnomaliesResponse.Builder,DetectAnomaliesResponse>
| Modifier and Type | Method and Description |
|---|---|
default DetectAnomaliesResponse.Builder |
detectAnomalyResult(Consumer<DetectAnomalyResult.Builder> detectAnomalyResult)
The results of the
DetectAnomalies operation. |
DetectAnomaliesResponse.Builder |
detectAnomalyResult(DetectAnomalyResult detectAnomalyResult)
The results of the
DetectAnomalies operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectAnomaliesResponse.Builder detectAnomalyResult(DetectAnomalyResult detectAnomalyResult)
The results of the DetectAnomalies operation.
detectAnomalyResult - The results of the DetectAnomalies operation.default DetectAnomaliesResponse.Builder detectAnomalyResult(Consumer<DetectAnomalyResult.Builder> detectAnomalyResult)
The results of the DetectAnomalies operation.
DetectAnomalyResult.Builder avoiding the
need to create one manually via DetectAnomalyResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to detectAnomalyResult(DetectAnomalyResult).detectAnomalyResult - a consumer that will call methods on DetectAnomalyResult.BuilderdetectAnomalyResult(DetectAnomalyResult)Copyright © 2022. All rights reserved.