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 |
lastModificationTime(Instant lastModificationTime)
When the last successful export job finished.
|
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
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
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)
When the last successful export job finished.
lastModificationTime - When the last successful export job finished.Copyright © 2020. All rights reserved.