public static interface MonitorDataSource.Builder extends SdkPojo, CopyableBuilder<MonitorDataSource.Builder,MonitorDataSource>
| Modifier and Type | Method and Description |
|---|---|
MonitorDataSource.Builder |
datasetImportJobArn(String datasetImportJobArn)
The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor
evaluation.
|
MonitorDataSource.Builder |
forecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.
|
MonitorDataSource.Builder |
predictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor resource you are monitoring.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitorDataSource.Builder datasetImportJobArn(String datasetImportJobArn)
The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.
datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the
monitor evaluation.MonitorDataSource.Builder forecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.
forecastArn - The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.MonitorDataSource.Builder predictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor resource you are monitoring.
predictorArn - The Amazon Resource Name (ARN) of the predictor resource you are monitoring.Copyright © 2023. All rights reserved.