| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static ForecastExportJobSummary.Builder |
ForecastExportJobSummary.builder() |
ForecastExportJobSummary.Builder |
ForecastExportJobSummary.Builder.creationTime(Instant creationTime)
When the forecast export job was created.
|
default ForecastExportJobSummary.Builder |
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 |
ForecastExportJobSummary.Builder.destination(DataDestination destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
ForecastExportJobSummary.Builder |
ForecastExportJobSummary.Builder.forecastExportJobArn(String forecastExportJobArn)
The Amazon Resource Name (ARN) of the forecast export job.
|
ForecastExportJobSummary.Builder |
ForecastExportJobSummary.Builder.forecastExportJobName(String forecastExportJobName)
The name of the forecast export job.
|
ForecastExportJobSummary.Builder |
ForecastExportJobSummary.Builder.lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
ForecastExportJobSummary.Builder |
ForecastExportJobSummary.Builder.message(String message)
If an error occurred, an informational message about the error.
|
ForecastExportJobSummary.Builder |
ForecastExportJobSummary.Builder.status(String status)
The status of the forecast export job.
|
ForecastExportJobSummary.Builder |
ForecastExportJobSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ForecastExportJobSummary.Builder> |
ForecastExportJobSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.