Interface DeleteWhatIfForecastRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteWhatIfForecastRequest.Builder,DeleteWhatIfForecastRequest>,ForecastRequest.Builder,SdkBuilder<DeleteWhatIfForecastRequest.Builder,DeleteWhatIfForecastRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteWhatIfForecastRequest
public static interface DeleteWhatIfForecastRequest.Builder extends ForecastRequest.Builder, SdkPojo, CopyableBuilder<DeleteWhatIfForecastRequest.Builder,DeleteWhatIfForecastRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteWhatIfForecastRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteWhatIfForecastRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteWhatIfForecastRequest.BuilderwhatIfForecastArn(String whatIfForecastArn)The Amazon Resource Name (ARN) of the what-if forecast that you want to delete.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.forecast.model.ForecastRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
whatIfForecastArn
DeleteWhatIfForecastRequest.Builder whatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast that you want to delete.
- Parameters:
whatIfForecastArn- The Amazon Resource Name (ARN) of the what-if forecast that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteWhatIfForecastRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteWhatIfForecastRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-