public static interface CreateWhatIfForecastExportRequest.Builder extends ForecastRequest.Builder, SdkPojo, CopyableBuilder<CreateWhatIfForecastExportRequest.Builder,CreateWhatIfForecastExportRequest>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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 |
format(String format)
The format of the exported data, CSV or PARQUET.
|
CreateWhatIfForecastExportRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWhatIfForecastExportRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWhatIfForecastExportRequest.Builder |
tags(Collection<Tag> tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfForecastExportRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfForecastExportRequest.Builder |
tags(Tag... tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfForecastExportRequest.Builder |
whatIfForecastArns(Collection<String> whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
|
CreateWhatIfForecastExportRequest.Builder |
whatIfForecastArns(String... whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
|
CreateWhatIfForecastExportRequest.Builder |
whatIfForecastExportName(String whatIfForecastExportName)
The name of the what-if forecast to export.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWhatIfForecastExportRequest.Builder whatIfForecastExportName(String whatIfForecastExportName)
The name of the what-if forecast to export.
whatIfForecastExportName - The name of the what-if forecast to export.CreateWhatIfForecastExportRequest.Builder whatIfForecastArns(Collection<String> whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
whatIfForecastArns - The list of what-if forecast Amazon Resource Names (ARNs) to export.CreateWhatIfForecastExportRequest.Builder whatIfForecastArns(String... whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
whatIfForecastArns - The list of what-if forecast Amazon Resource Names (ARNs) to export.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. The forecast must be exported to an Amazon S3 bucket.
If encryption is used, Destination must include an Key Management Service (KMS) key. The IAM
role must allow Amazon Forecast permission to access the key.
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. The forecast must be exported to an Amazon S3
bucket.
If encryption is used, Destination must include an Key Management Service (KMS) key. The
IAM role must allow Amazon Forecast permission to access the key.
default 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. The forecast must be exported to an Amazon S3 bucket.
If encryption is used, Destination must include an Key Management Service (KMS) key. The IAM
role must allow Amazon Forecast permission to access the key.
DataDestination.Builder avoiding the
need to create one manually via DataDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to destination(DataDestination).
destination - a consumer that will call methods on DataDestination.Builderdestination(DataDestination)CreateWhatIfForecastExportRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the what if forecast.
tags - A list of tags to
apply to the what if forecast.CreateWhatIfForecastExportRequest.Builder tags(Tag... tags)
A list of tags to apply to the what if forecast.
tags - A list of tags to
apply to the what if forecast.CreateWhatIfForecastExportRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the what if forecast.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateWhatIfForecastExportRequest.Builder format(String format)
The format of the exported data, CSV or PARQUET.
format - The format of the exported data, CSV or PARQUET.CreateWhatIfForecastExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWhatIfForecastExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.