public static interface GetFeedbackRequest.Builder extends LookoutMetricsRequest.Builder, SdkPojo, CopyableBuilder<GetFeedbackRequest.Builder,GetFeedbackRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFeedbackRequest.Builder anomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.GetFeedbackRequest.Builder anomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeries anomalyGroupTimeSeriesFeedback)
The anomalous metric and group ID.
anomalyGroupTimeSeriesFeedback - The anomalous metric and group ID.default GetFeedbackRequest.Builder anomalyGroupTimeSeriesFeedback(Consumer<AnomalyGroupTimeSeries.Builder> anomalyGroupTimeSeriesFeedback)
The anomalous metric and group ID.
This is a convenience method that creates an instance of theAnomalyGroupTimeSeries.Builder avoiding
the need to create one manually via AnomalyGroupTimeSeries.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to anomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeries).
anomalyGroupTimeSeriesFeedback - a consumer that will call methods on AnomalyGroupTimeSeries.BuilderanomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeries)GetFeedbackRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.GetFeedbackRequest.Builder nextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
nextToken - Specify the pagination token that's returned by a previous request to retrieve the next page of
results.GetFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.