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)
Add an optional request override configuration.
|
DeleteAppRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteAppRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.