@Generated(value="software.amazon.awssdk:codegen") public final class ForecastExportJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ForecastExportJobSummary.Builder,ForecastExportJobSummary>
Provides a summary of the forecast export job properties used in the ListForecastExportJobs operation. To get
the complete set of properties, call the DescribeForecastExportJob operation, and provide the listed
ForecastExportJobArn.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ForecastExportJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ForecastExportJobSummary.Builder |
builder() |
Instant |
creationTime()
When the forecast export job was created.
|
DataDestination |
destination()
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
forecastExportJobArn()
The Amazon Resource Name (ARN) of the forecast export job.
|
String |
forecastExportJobName()
The name of the forecast export job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModificationTime()
The last time the resource was modified.
|
String |
message()
If an error occurred, an informational message about the error.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ForecastExportJobSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the forecast export job.
|
ForecastExportJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String forecastExportJobArn()
The Amazon Resource Name (ARN) of the forecast export job.
public final String forecastExportJobName()
The name of the forecast export job.
public final DataDestination destination()
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
public final String status()
The status of the forecast export job. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
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.
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
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.
public final String message()
If an error occurred, an informational message about the error.
public final Instant creationTime()
When the forecast export job was created.
public final 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.
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.
public ForecastExportJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ForecastExportJobSummary.Builder,ForecastExportJobSummary>public static ForecastExportJobSummary.Builder builder()
public static Class<? extends ForecastExportJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.