| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateWhatIfForecastExportResponse |
ForecastClient.createWhatIfForecastExport(Consumer<CreateWhatIfForecastExportRequest.Builder> createWhatIfForecastExportRequest)
Exports a forecast created by the CreateWhatIfForecast operation to your Amazon Simple Storage Service
(Amazon S3) bucket.
|
default CompletableFuture<CreateWhatIfForecastExportResponse> |
ForecastAsyncClient.createWhatIfForecastExport(Consumer<CreateWhatIfForecastExportRequest.Builder> createWhatIfForecastExportRequest)
Exports a forecast created by the CreateWhatIfForecast operation to your Amazon Simple Storage Service
(Amazon S3) bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.builder() |
default CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.Builder.destination(Consumer<DataDestination.Builder> destination)
The location where you want to save the forecast and an Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the location.
|
CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.Builder.destination(DataDestination destination)
The location where you want to save the forecast and an Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the location.
|
CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.Builder.format(String format)
The format of the exported data, CSV or PARQUET.
|
CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.Builder.tags(Collection<Tag> tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.Builder.tags(Tag... tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.toBuilder() |
CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.Builder.whatIfForecastArns(Collection<String> whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
|
CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.Builder.whatIfForecastArns(String... whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
|
CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.Builder.whatIfForecastExportName(String whatIfForecastExportName)
The name of the what-if forecast to export.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWhatIfForecastExportRequest.Builder> |
CreateWhatIfForecastExportRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.