public static interface DeleteAppRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<DeleteAppRequest.Builder,DeleteAppRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAppRequest.Builder |
appId(String appId)
The ID of the application.
|
DeleteAppRequest.Builder |
forceStopAppReplication(Boolean forceStopAppReplication)
Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting
the application.
|
DeleteAppRequest.Builder |
forceTerminateApp(Boolean forceTerminateApp)
Indicates whether to terminate the stack corresponding to the application while deleting the application.
|
DeleteAppRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAppRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAppRequest.Builder appId(String appId)
The ID of the application.
appId - The ID of the application.DeleteAppRequest.Builder forceStopAppReplication(Boolean forceStopAppReplication)
Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.
forceStopAppReplication - Indicates whether to stop all replication jobs corresponding to the servers in the application while
deleting the application.DeleteAppRequest.Builder forceTerminateApp(Boolean forceTerminateApp)
Indicates whether to terminate the stack corresponding to the application while deleting the application.
forceTerminateApp - Indicates whether to terminate the stack corresponding to the application while deleting the
application.DeleteAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.