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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateWhatIfForecastResponse.BuilderwhatIfForecastArn(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
whatIfForecastArn
CreateWhatIfForecastResponse.Builder whatIfForecastArn(String 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.
-
-