public static interface DescribeWhatIfForecastExportResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<DescribeWhatIfForecastExportResponse.Builder,DescribeWhatIfForecastExportResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWhatIfForecastExportResponse.Builder |
creationTime(Instant creationTime)
When the what-if forecast export was created.
|
default DescribeWhatIfForecastExportResponse.Builder |
destination(Consumer<DataDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
DescribeWhatIfForecastExportResponse.Builder |
destination(DataDestination destination)
Sets the value of the Destination property for this object.
|
DescribeWhatIfForecastExportResponse.Builder |
estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The approximate time remaining to complete the what-if forecast export, in minutes.
|
DescribeWhatIfForecastExportResponse.Builder |
format(String format)
The format of the exported data, CSV or PARQUET.
|
DescribeWhatIfForecastExportResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
DescribeWhatIfForecastExportResponse.Builder |
message(String message)
If an error occurred, an informational message about the error.
|
DescribeWhatIfForecastExportResponse.Builder |
status(String status)
The status of the what-if forecast.
|
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 |
whatIfForecastArns(String... whatIfForecastArns)
An array of Amazon Resource Names (ARNs) that represent all of the what-if forecasts exported in this
resource.
|
DescribeWhatIfForecastExportResponse.Builder |
whatIfForecastExportArn(String whatIfForecastExportArn)
The Amazon Resource Name (ARN) of the what-if forecast export.
|
DescribeWhatIfForecastExportResponse.Builder |
whatIfForecastExportName(String whatIfForecastExportName)
The name of the what-if forecast export.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWhatIfForecastExportResponse.Builder whatIfForecastExportArn(String whatIfForecastExportArn)
The Amazon Resource Name (ARN) of the what-if forecast export.
whatIfForecastExportArn - The Amazon Resource Name (ARN) of the what-if forecast export.DescribeWhatIfForecastExportResponse.Builder whatIfForecastExportName(String whatIfForecastExportName)
The name of the what-if forecast export.
whatIfForecastExportName - The name of the what-if forecast export.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.
whatIfForecastArns - An array of Amazon Resource Names (ARNs) that represent all of the what-if forecasts exported in this
resource.DescribeWhatIfForecastExportResponse.Builder whatIfForecastArns(String... whatIfForecastArns)
An array of Amazon Resource Names (ARNs) that represent all of the what-if forecasts exported in this resource.
whatIfForecastArns - An array of Amazon Resource Names (ARNs) that represent all of the what-if forecasts exported in this
resource.DescribeWhatIfForecastExportResponse.Builder destination(DataDestination destination)
destination - The new value for the Destination property for this object.default DescribeWhatIfForecastExportResponse.Builder destination(Consumer<DataDestination.Builder> destination)
DataDestination.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)DescribeWhatIfForecastExportResponse.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.DescribeWhatIfForecastExportResponse.Builder status(String status)
The status of the what-if forecast. 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 what-if forecast export must be ACTIVE before you can access the
forecast export.
status - The status of the what-if forecast. 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 what-if forecast export must be ACTIVE before you can
access the forecast export.
DescribeWhatIfForecastExportResponse.Builder creationTime(Instant creationTime)
When the what-if forecast export was created.
creationTime - When the what-if forecast export was created.DescribeWhatIfForecastExportResponse.Builder estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The approximate time remaining to complete the what-if forecast export, in minutes.
estimatedTimeRemainingInMinutes - The approximate time remaining to complete the what-if forecast export, in minutes.DescribeWhatIfForecastExportResponse.Builder lastModificationTime(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.
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.
DescribeWhatIfForecastExportResponse.Builder format(String format)
The format of the exported data, CSV or PARQUET.
format - The format of the exported data, CSV or PARQUET.Copyright © 2023. All rights reserved.