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 Details

    • 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.