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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MonitorDataSource.BuilderdatasetImportJobArn(String datasetImportJobArn)The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.MonitorDataSource.BuilderforecastArn(String forecastArn)The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.MonitorDataSource.BuilderpredictorArn(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 Detail
-
datasetImportJobArn
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.
- 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
MonitorDataSource.Builder forecastArn(String 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
MonitorDataSource.Builder predictorArn(String 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.
-
-