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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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(String... whatIfForecastArns) |
The list of what-if forecast Amazon Resource Names (ARNs) to export.
|
CreateWhatIfForecastExportRequest.Builder |
CreateWhatIfForecastExportRequest.Builder.whatIfForecastArns(Collection<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.
|