public static interface DescribePredictorBacktestExportJobResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<DescribePredictorBacktestExportJobResponse.Builder,DescribePredictorBacktestExportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePredictorBacktestExportJobResponse.Builder |
creationTime(Instant creationTime)
When the predictor backtest export job was created.
|
default DescribePredictorBacktestExportJobResponse.Builder |
destination(Consumer<DataDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
DescribePredictorBacktestExportJobResponse.Builder |
destination(DataDestination destination)
Sets the value of the Destination property for this object.
|
DescribePredictorBacktestExportJobResponse.Builder |
format(String format)
The format of the exported data, CSV or PARQUET.
|
DescribePredictorBacktestExportJobResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
DescribePredictorBacktestExportJobResponse.Builder |
message(String message)
Information about any errors that may have occurred during the backtest export.
|
DescribePredictorBacktestExportJobResponse.Builder |
predictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor.
|
DescribePredictorBacktestExportJobResponse.Builder |
predictorBacktestExportJobArn(String predictorBacktestExportJobArn)
The Amazon Resource Name (ARN) of the predictor backtest export job.
|
DescribePredictorBacktestExportJobResponse.Builder |
predictorBacktestExportJobName(String predictorBacktestExportJobName)
The name of the predictor backtest export job.
|
DescribePredictorBacktestExportJobResponse.Builder |
status(String status)
The status of the predictor backtest export job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePredictorBacktestExportJobResponse.Builder predictorBacktestExportJobArn(String predictorBacktestExportJobArn)
The Amazon Resource Name (ARN) of the predictor backtest export job.
predictorBacktestExportJobArn - The Amazon Resource Name (ARN) of the predictor backtest export job.DescribePredictorBacktestExportJobResponse.Builder predictorBacktestExportJobName(String predictorBacktestExportJobName)
The name of the predictor backtest export job.
predictorBacktestExportJobName - The name of the predictor backtest export job.DescribePredictorBacktestExportJobResponse.Builder predictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor.
predictorArn - The Amazon Resource Name (ARN) of the predictor.DescribePredictorBacktestExportJobResponse.Builder destination(DataDestination destination)
destination - The new value for the Destination property for this object.default DescribePredictorBacktestExportJobResponse.Builder destination(Consumer<DataDestination.Builder> destination)
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).
destination - a consumer that will call methods on DataDestination.Builderdestination(DataDestination)DescribePredictorBacktestExportJobResponse.Builder message(String message)
Information about any errors that may have occurred during the backtest export.
message - Information about any errors that may have occurred during the backtest export.DescribePredictorBacktestExportJobResponse.Builder status(String 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
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
DescribePredictorBacktestExportJobResponse.Builder creationTime(Instant creationTime)
When the predictor backtest export job was created.
creationTime - When the predictor backtest export job was created.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.
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.
DescribePredictorBacktestExportJobResponse.Builder format(String format)
The format of the exported data, CSV or PARQUET.
format - The format of the exported data, CSV or PARQUET.Copyright © 2023. All rights reserved.