| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static DataDestination.Builder |
DataDestination.builder() |
default DataDestination.Builder |
DataDestination.Builder.s3Config(Consumer<S3Config.Builder> s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the
bucket.
|
DataDestination.Builder |
DataDestination.Builder.s3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the
bucket.
|
DataDestination.Builder |
DataDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataDestination.Builder> |
DataDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateExplainabilityExportRequest.Builder |
CreateExplainabilityExportRequest.Builder.destination(Consumer<DataDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
default DescribeWhatIfForecastExportResponse.Builder |
DescribeWhatIfForecastExportResponse.Builder.destination(Consumer<DataDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
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.
|
default ForecastExportJobSummary.Builder |
ForecastExportJobSummary.Builder.destination(Consumer<DataDestination.Builder> destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
default CreatePredictorBacktestExportJobRequest.Builder |
CreatePredictorBacktestExportJobRequest.Builder.destination(Consumer<DataDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
default DescribeForecastExportJobResponse.Builder |
DescribeForecastExportJobResponse.Builder.destination(Consumer<DataDestination.Builder> destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
default DescribeExplainabilityExportResponse.Builder |
DescribeExplainabilityExportResponse.Builder.destination(Consumer<DataDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
default WhatIfForecastExportSummary.Builder |
WhatIfForecastExportSummary.Builder.destination(Consumer<DataDestination.Builder> destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
default DescribePredictorBacktestExportJobResponse.Builder |
DescribePredictorBacktestExportJobResponse.Builder.destination(Consumer<DataDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
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.
|
default PredictorBacktestExportJobSummary.Builder |
PredictorBacktestExportJobSummary.Builder.destination(Consumer<DataDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
default ExplainabilityExportSummary.Builder |
ExplainabilityExportSummary.Builder.destination(Consumer<DataDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
Copyright © 2023. All rights reserved.