Interface MonitorDataSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MonitorDataSource.Builder,
,MonitorDataSource> SdkBuilder<MonitorDataSource.Builder,
,MonitorDataSource> SdkPojo
- Enclosing class:
MonitorDataSource
public static interface MonitorDataSource.Builder
extends SdkPojo, CopyableBuilder<MonitorDataSource.Builder,MonitorDataSource>
-
Method Summary
Modifier and TypeMethodDescriptiondatasetImportJobArn
(String datasetImportJobArn) The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.forecastArn
(String forecastArn) The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.predictorArn
(String predictorArn) The Amazon Resource Name (ARN) of the predictor resource you are monitoring.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
datasetImportJobArn
The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.
- Parameters:
datasetImportJobArn
- The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forecastArn
The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.
- Parameters:
forecastArn
- The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predictorArn
The Amazon Resource Name (ARN) of the predictor resource you are monitoring.
- Parameters:
predictorArn
- The Amazon Resource Name (ARN) of the predictor resource you are monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-