public static interface ListMonitorEvaluationsResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<ListMonitorEvaluationsResponse.Builder,ListMonitorEvaluationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMonitorEvaluationsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token.
|
ListMonitorEvaluationsResponse.Builder |
predictorMonitorEvaluations(Collection<PredictorMonitorEvaluation> predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of
time.
|
ListMonitorEvaluationsResponse.Builder |
predictorMonitorEvaluations(Consumer<PredictorMonitorEvaluation.Builder>... predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of
time.
|
ListMonitorEvaluationsResponse.Builder |
predictorMonitorEvaluations(PredictorMonitorEvaluation... predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of
time.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMonitorEvaluationsResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
nextToken - If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results,
use the token in the next request. Tokens expire after 24 hours.ListMonitorEvaluationsResponse.Builder predictorMonitorEvaluations(Collection<PredictorMonitorEvaluation> predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of time.
For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.
predictorMonitorEvaluations - The monitoring results and predictor events collected by the monitor resource during different windows
of time.
For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.
ListMonitorEvaluationsResponse.Builder predictorMonitorEvaluations(PredictorMonitorEvaluation... predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of time.
For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.
predictorMonitorEvaluations - The monitoring results and predictor events collected by the monitor resource during different windows
of time.
For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.
ListMonitorEvaluationsResponse.Builder predictorMonitorEvaluations(Consumer<PredictorMonitorEvaluation.Builder>... predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of time.
For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.
This is a convenience method that creates an instance of thePredictorMonitorEvaluation.Builder avoiding the need
to create one manually via
PredictorMonitorEvaluation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #predictorMonitorEvaluations(List.
predictorMonitorEvaluations - a consumer that will call methods on
PredictorMonitorEvaluation.Builder#predictorMonitorEvaluations(java.util.Collection) Copyright © 2023. All rights reserved.