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