| 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 CreateForecastExportJobResponse |
ForecastClient.createForecastExportJob(Consumer<CreateForecastExportJobRequest.Builder> createForecastExportJobRequest)
Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon
S3) bucket.
|
default CompletableFuture<CreateForecastExportJobResponse> |
ForecastAsyncClient.createForecastExportJob(Consumer<CreateForecastExportJobRequest.Builder> createForecastExportJobRequest)
Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon
S3) bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.builder() |
default CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.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.
|
CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.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.
|
CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.Builder.forecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast that you want to export.
|
CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.Builder.forecastExportJobName(String forecastExportJobName)
The name for the forecast export job.
|
CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.Builder.format(String format)
The format of the exported data, CSV or PARQUET.
|
CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.Builder.tags(Collection<Tag> tags)
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
|
CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
|
CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.Builder.tags(Tag... tags)
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
|
CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateForecastExportJobRequest.Builder> |
CreateForecastExportJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.