Interface DeleteWhatIfForecastExportRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteWhatIfForecastExportRequest.Builder,DeleteWhatIfForecastExportRequest>,ForecastRequest.Builder,SdkBuilder<DeleteWhatIfForecastExportRequest.Builder,DeleteWhatIfForecastExportRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteWhatIfForecastExportRequest
public static interface DeleteWhatIfForecastExportRequest.Builder extends ForecastRequest.Builder, SdkPojo, CopyableBuilder<DeleteWhatIfForecastExportRequest.Builder,DeleteWhatIfForecastExportRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteWhatIfForecastExportRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteWhatIfForecastExportRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteWhatIfForecastExportRequest.BuilderwhatIfForecastExportArn(String whatIfForecastExportArn)The Amazon Resource Name (ARN) of the what-if forecast export 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
-
whatIfForecastExportArn
DeleteWhatIfForecastExportRequest.Builder whatIfForecastExportArn(String whatIfForecastExportArn)
The Amazon Resource Name (ARN) of the what-if forecast export that you want to delete.
- Parameters:
whatIfForecastExportArn- The Amazon Resource Name (ARN) of the what-if forecast export that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteWhatIfForecastExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteWhatIfForecastExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-