public static interface GetFeedbackResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<GetFeedbackResponse.Builder,GetFeedbackResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFeedbackResponse.Builder |
anomalyGroupTimeSeriesFeedback(Collection<TimeSeriesFeedback> anomalyGroupTimeSeriesFeedback)
Feedback for an anomalous metric.
|
GetFeedbackResponse.Builder |
anomalyGroupTimeSeriesFeedback(Consumer<TimeSeriesFeedback.Builder>... anomalyGroupTimeSeriesFeedback)
Feedback for an anomalous metric.
|
GetFeedbackResponse.Builder |
anomalyGroupTimeSeriesFeedback(TimeSeriesFeedback... anomalyGroupTimeSeriesFeedback)
Feedback for an anomalous metric.
|
GetFeedbackResponse.Builder |
nextToken(String nextToken)
The pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFeedbackResponse.Builder anomalyGroupTimeSeriesFeedback(Collection<TimeSeriesFeedback> anomalyGroupTimeSeriesFeedback)
Feedback for an anomalous metric.
anomalyGroupTimeSeriesFeedback - Feedback for an anomalous metric.GetFeedbackResponse.Builder anomalyGroupTimeSeriesFeedback(TimeSeriesFeedback... anomalyGroupTimeSeriesFeedback)
Feedback for an anomalous metric.
anomalyGroupTimeSeriesFeedback - Feedback for an anomalous metric.GetFeedbackResponse.Builder anomalyGroupTimeSeriesFeedback(Consumer<TimeSeriesFeedback.Builder>... anomalyGroupTimeSeriesFeedback)
Feedback for an anomalous metric.
This is a convenience method that creates an instance of theTimeSeriesFeedback.Builder avoiding the need to
create one manually via
TimeSeriesFeedback.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #anomalyGroupTimeSeriesFeedback(List.
anomalyGroupTimeSeriesFeedback - a consumer that will call methods on
TimeSeriesFeedback.Builder#anomalyGroupTimeSeriesFeedback(java.util.Collection) GetFeedbackResponse.Builder nextToken(String nextToken)
The pagination token that's included if more results are available.
nextToken - The pagination token that's included if more results are available.Copyright © 2023. All rights reserved.