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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateForecastExportJobRequest.Builder |
CreateForecastExportJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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() |
|