public static interface WhatIfForecastExportSummary.Builder extends SdkPojo, CopyableBuilder<WhatIfForecastExportSummary.Builder,WhatIfForecastExportSummary>
| Modifier and Type | Method and Description |
|---|---|
WhatIfForecastExportSummary.Builder |
creationTime(Instant creationTime)
When the what-if forecast export was created.
|
default WhatIfForecastExportSummary.Builder |
destination(Consumer<DataDestination.Builder> destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
WhatIfForecastExportSummary.Builder |
destination(DataDestination destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
WhatIfForecastExportSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
WhatIfForecastExportSummary.Builder |
message(String message)
If an error occurred, an informational message about the error.
|
WhatIfForecastExportSummary.Builder |
status(String status)
The status of the what-if forecast export.
|
WhatIfForecastExportSummary.Builder |
whatIfForecastArns(Collection<String> whatIfForecastArns)
An array of Amazon Resource Names (ARNs) that define the what-if forecasts included in the export.
|
WhatIfForecastExportSummary.Builder |
whatIfForecastArns(String... whatIfForecastArns)
An array of Amazon Resource Names (ARNs) that define the what-if forecasts included in the export.
|
WhatIfForecastExportSummary.Builder |
whatIfForecastExportArn(String whatIfForecastExportArn)
The Amazon Resource Name (ARN) of the what-if forecast export.
|
WhatIfForecastExportSummary.Builder |
whatIfForecastExportName(String whatIfForecastExportName)
The what-if forecast export name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWhatIfForecastExportSummary.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.WhatIfForecastExportSummary.Builder whatIfForecastArns(Collection<String> whatIfForecastArns)
An array of Amazon Resource Names (ARNs) that define the what-if forecasts included in the export.
whatIfForecastArns - An array of Amazon Resource Names (ARNs) that define the what-if forecasts included in the export.WhatIfForecastExportSummary.Builder whatIfForecastArns(String... whatIfForecastArns)
An array of Amazon Resource Names (ARNs) that define the what-if forecasts included in the export.
whatIfForecastArns - An array of Amazon Resource Names (ARNs) that define the what-if forecasts included in the export.WhatIfForecastExportSummary.Builder whatIfForecastExportName(String whatIfForecastExportName)
The what-if forecast export name.
whatIfForecastExportName - The what-if forecast export name.WhatIfForecastExportSummary.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 WhatIfForecastExportSummary.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 method 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)WhatIfForecastExportSummary.Builder status(String status)
The status of the what-if forecast export. 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 analysis must be ACTIVE before you can access the
analysis.
status - The status of the what-if forecast export. 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 analysis must be ACTIVE before you can access the
analysis.
WhatIfForecastExportSummary.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.WhatIfForecastExportSummary.Builder creationTime(Instant creationTime)
When the what-if forecast export was created.
creationTime - When the what-if forecast export was created.WhatIfForecastExportSummary.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.
Copyright © 2023. All rights reserved.