public static interface DescribeForecastExportJobResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<DescribeForecastExportJobResponse.Builder,DescribeForecastExportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeForecastExportJobResponse.Builder |
creationTime(Instant creationTime)
When the forecast export job was created.
|
default DescribeForecastExportJobResponse.Builder |
destination(Consumer<DataDestination.Builder> destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
DescribeForecastExportJobResponse.Builder |
destination(DataDestination destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
DescribeForecastExportJobResponse.Builder |
forecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the exported forecast.
|
DescribeForecastExportJobResponse.Builder |
forecastExportJobArn(String forecastExportJobArn)
The ARN of the forecast export job.
|
DescribeForecastExportJobResponse.Builder |
forecastExportJobName(String forecastExportJobName)
The name of the forecast export job.
|
DescribeForecastExportJobResponse.Builder |
lastModificationTime(Instant lastModificationTime)
When the last successful export job finished.
|
DescribeForecastExportJobResponse.Builder |
message(String message)
If an error occurred, an informational message about the error.
|
DescribeForecastExportJobResponse.Builder |
status(String status)
The status of the forecast export job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeForecastExportJobResponse.Builder forecastExportJobArn(String forecastExportJobArn)
The ARN of the forecast export job.
forecastExportJobArn - The ARN of the forecast export job.DescribeForecastExportJobResponse.Builder forecastExportJobName(String forecastExportJobName)
The name of the forecast export job.
forecastExportJobName - The name of the forecast export job.DescribeForecastExportJobResponse.Builder forecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the exported forecast.
forecastArn - The Amazon Resource Name (ARN) of the exported forecast.DescribeForecastExportJobResponse.Builder destination(DataDestination destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
destination - The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.default DescribeForecastExportJobResponse.Builder destination(Consumer<DataDestination.Builder> destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
This is a convenience that creates an instance of theDataDestination.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)DescribeForecastExportJobResponse.Builder message(String message)
If an error occurred, an informational message about the error.
message - If an error occurred, an informational message about the error.DescribeForecastExportJobResponse.Builder status(String status)
The status of the forecast export job. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
The Status of the forecast export job must be ACTIVE before you can access the
forecast in your S3 bucket.
status - The status of the forecast export job. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
The Status of the forecast export job must be ACTIVE before you can access
the forecast in your S3 bucket.
DescribeForecastExportJobResponse.Builder creationTime(Instant creationTime)
When the forecast export job was created.
creationTime - When the forecast export job was created.DescribeForecastExportJobResponse.Builder lastModificationTime(Instant lastModificationTime)
When the last successful export job finished.
lastModificationTime - When the last successful export job finished.Copyright © 2020. All rights reserved.