Interface DeleteAppRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteAppRequest.Builder,DeleteAppRequest>,SdkBuilder<DeleteAppRequest.Builder,DeleteAppRequest>,SdkPojo,SdkRequest.Builder,SmsRequest.Builder
- Enclosing class:
- DeleteAppRequest
public static interface DeleteAppRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<DeleteAppRequest.Builder,DeleteAppRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAppRequest.BuilderappId(String appId)The ID of the application.DeleteAppRequest.BuilderforceStopAppReplication(Boolean forceStopAppReplication)Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.DeleteAppRequest.BuilderforceTerminateApp(Boolean forceTerminateApp)Indicates whether to terminate the stack corresponding to the application while deleting the application.DeleteAppRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAppRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sms.model.SmsRequest.Builder
build
-
-
-
-
Method Detail
-
appId
DeleteAppRequest.Builder appId(String appId)
The ID of the application.
- Parameters:
appId- The ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forceStopAppReplication
DeleteAppRequest.Builder forceStopAppReplication(Boolean forceStopAppReplication)
Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.
- Parameters:
forceStopAppReplication- Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forceTerminateApp
DeleteAppRequest.Builder forceTerminateApp(Boolean forceTerminateApp)
Indicates whether to terminate the stack corresponding to the application while deleting the application.
- Parameters:
forceTerminateApp- Indicates whether to terminate the stack corresponding to the application while deleting the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-