Interface DescribePredictorBacktestExportJobResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribePredictorBacktestExportJobResponse.Builder,DescribePredictorBacktestExportJobResponse>, ForecastResponse.Builder, SdkBuilder<DescribePredictorBacktestExportJobResponse.Builder,DescribePredictorBacktestExportJobResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribePredictorBacktestExportJobResponse

  • Method Details

    • predictorBacktestExportJobArn

      DescribePredictorBacktestExportJobResponse.Builder predictorBacktestExportJobArn(String predictorBacktestExportJobArn)

      The Amazon Resource Name (ARN) of the predictor backtest export job.

      Parameters:
      predictorBacktestExportJobArn - The Amazon Resource Name (ARN) of the predictor backtest export job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • predictorBacktestExportJobName

      DescribePredictorBacktestExportJobResponse.Builder predictorBacktestExportJobName(String predictorBacktestExportJobName)

      The name of the predictor backtest export job.

      Parameters:
      predictorBacktestExportJobName - The name of the predictor backtest export job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • predictorArn

      The Amazon Resource Name (ARN) of the predictor.

      Parameters:
      predictorArn - The Amazon Resource Name (ARN) of the predictor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destination

      Sets the value of the Destination property for this object.
      Parameters:
      destination - The new value for the Destination property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destination

      Sets the value of the Destination property for this object. This is a convenience method that creates an instance of the DataDestination.Builder avoiding the need to create one manually via DataDestination.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to destination(DataDestination).

      Parameters:
      destination - a consumer that will call methods on DataDestination.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      Information about any errors that may have occurred during the backtest export.

      Parameters:
      message - Information about any errors that may have occurred during the backtest export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the predictor backtest export job. States include:

      • ACTIVE

      • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

      • CREATE_STOPPING, CREATE_STOPPED

      • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

      Parameters:
      status - The status of the predictor backtest export job. States include:

      • ACTIVE

      • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

      • CREATE_STOPPING, CREATE_STOPPED

      • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      When the predictor backtest export job was created.

      Parameters:
      creationTime - When the predictor backtest export job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModificationTime

      DescribePredictorBacktestExportJobResponse.Builder lastModificationTime(Instant lastModificationTime)

      The last time the resource was modified. The timestamp depends on the status of the job:

      • CREATE_PENDING - The CreationTime.

      • CREATE_IN_PROGRESS - The current timestamp.

      • CREATE_STOPPING - The current timestamp.

      • CREATE_STOPPED - When the job stopped.

      • ACTIVE or CREATE_FAILED - When the job finished or failed.

      Parameters:
      lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

      • CREATE_PENDING - The CreationTime.

      • CREATE_IN_PROGRESS - The current timestamp.

      • CREATE_STOPPING - The current timestamp.

      • CREATE_STOPPED - When the job stopped.

      • ACTIVE or CREATE_FAILED - When the job finished or failed.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • format

      The format of the exported data, CSV or PARQUET.

      Parameters:
      format - The format of the exported data, CSV or PARQUET.
      Returns:
      Returns a reference to this object so that method calls can be chained together.