Interface CreateWhatIfForecastResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateWhatIfForecastResponse.Builder,
,CreateWhatIfForecastResponse> ForecastResponse.Builder
,SdkBuilder<CreateWhatIfForecastResponse.Builder,
,CreateWhatIfForecastResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateWhatIfForecastResponse
public static interface CreateWhatIfForecastResponse.Builder
extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<CreateWhatIfForecastResponse.Builder,CreateWhatIfForecastResponse>
-
Method Summary
Modifier and TypeMethodDescriptionwhatIfForecastArn
(String whatIfForecastArn) The Amazon Resource Name (ARN) of the what-if forecast.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.forecast.model.ForecastResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
whatIfForecastArn
The Amazon Resource Name (ARN) of the what-if forecast.
- Parameters:
whatIfForecastArn
- The Amazon Resource Name (ARN) of the what-if forecast.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-