public static interface ForecastExportJobSummary.Builder extends SdkPojo, CopyableBuilder<ForecastExportJobSummary.Builder,ForecastExportJobSummary>
| Modifier and Type | Method and Description |
|---|---|
ForecastExportJobSummary.Builder |
creationTime(Instant creationTime)
When the forecast export job was created.
|
default ForecastExportJobSummary.Builder |
destination(Consumer<DataDestination.Builder> destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
ForecastExportJobSummary.Builder |
destination(DataDestination destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
ForecastExportJobSummary.Builder |
forecastExportJobArn(String forecastExportJobArn)
The Amazon Resource Name (ARN) of the forecast export job.
|
ForecastExportJobSummary.Builder |
forecastExportJobName(String forecastExportJobName)
The name of the forecast export job.
|
ForecastExportJobSummary.Builder |
lastModificationTime(Instant lastModificationTime)
When the last successful export job finished.
|
ForecastExportJobSummary.Builder |
message(String message)
If an error occurred, an informational message about the error.
|
ForecastExportJobSummary.Builder |
status(String status)
The status of the forecast export job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildForecastExportJobSummary.Builder forecastExportJobArn(String forecastExportJobArn)
The Amazon Resource Name (ARN) of the forecast export job.
forecastExportJobArn - The Amazon Resource Name (ARN) of the forecast export job.ForecastExportJobSummary.Builder forecastExportJobName(String forecastExportJobName)
The name of the forecast export job.
forecastExportJobName - The name of the forecast export job.ForecastExportJobSummary.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 ForecastExportJobSummary.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)ForecastExportJobSummary.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.
ForecastExportJobSummary.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.ForecastExportJobSummary.Builder creationTime(Instant creationTime)
When the forecast export job was created.
creationTime - When the forecast export job was created.ForecastExportJobSummary.Builder lastModificationTime(Instant lastModificationTime)
When the last successful export job finished.
lastModificationTime - When the last successful export job finished.Copyright © 2020. All rights reserved.