| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.builder() |
DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.Builder.creationTime(Instant creationTime)
When the what-if forecast export was created.
|
default DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.Builder.destination(Consumer<DataDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.Builder.destination(DataDestination destination)
Sets the value of the Destination property for this object.
|
DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.Builder.estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The approximate time remaining to complete the what-if forecast export, in minutes.
|
DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.Builder.format(String format)
The format of the exported data, CSV or PARQUET.
|
DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.Builder.lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.Builder.message(String message)
If an error occurred, an informational message about the error.
|
DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.Builder.status(String status)
The status of the what-if forecast.
|
DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.toBuilder() |
DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.Builder.whatIfForecastArns(Collection<String> whatIfForecastArns)
An array of Amazon Resource Names (ARNs) that represent all of the what-if forecasts exported in this
resource.
|
DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.Builder.whatIfForecastArns(String... whatIfForecastArns)
An array of Amazon Resource Names (ARNs) that represent all of the what-if forecasts exported in this
resource.
|
DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.Builder.whatIfForecastExportArn(String whatIfForecastExportArn)
The Amazon Resource Name (ARN) of the what-if forecast export.
|
DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.Builder.whatIfForecastExportName(String whatIfForecastExportName)
The name of the what-if forecast export.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeWhatIfForecastExportResponse.Builder> |
DescribeWhatIfForecastExportResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.