static WhatIfForecastExportSummary.Builder |
WhatIfForecastExportSummary.builder() |
|
WhatIfForecastExportSummary.Builder |
WhatIfForecastExportSummary.Builder.creationTime(Instant creationTime) |
When the what-if forecast export was created.
|
default WhatIfForecastExportSummary.Builder |
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 |
WhatIfForecastExportSummary.Builder.destination(DataDestination destination) |
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
WhatIfForecastExportSummary.Builder |
WhatIfForecastExportSummary.Builder.lastModificationTime(Instant lastModificationTime) |
The last time the resource was modified.
|
WhatIfForecastExportSummary.Builder |
WhatIfForecastExportSummary.Builder.message(String message) |
If an error occurred, an informational message about the error.
|
WhatIfForecastExportSummary.Builder |
WhatIfForecastExportSummary.Builder.status(String status) |
The status of the what-if forecast export.
|
WhatIfForecastExportSummary.Builder |
WhatIfForecastExportSummary.toBuilder() |
|
WhatIfForecastExportSummary.Builder |
WhatIfForecastExportSummary.Builder.whatIfForecastArns(String... whatIfForecastArns) |
An array of Amazon Resource Names (ARNs) that define the what-if forecasts included in the export.
|
WhatIfForecastExportSummary.Builder |
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 |
WhatIfForecastExportSummary.Builder.whatIfForecastExportArn(String whatIfForecastExportArn) |
The Amazon Resource Name (ARN) of the what-if forecast export.
|
WhatIfForecastExportSummary.Builder |
WhatIfForecastExportSummary.Builder.whatIfForecastExportName(String whatIfForecastExportName) |
The what-if forecast export name.
|