CopyableBuilder<DeleteApplicationRequest.Builder,DeleteApplicationRequest>
, SdkBuilder<DeleteApplicationRequest.Builder,DeleteApplicationRequest>
public static interface DeleteApplicationRequest.Builder extends CopyableBuilder<DeleteApplicationRequest.Builder,DeleteApplicationRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteApplicationRequest.Builder |
applicationName(String applicationName) |
The name of the application to delete.
|
DeleteApplicationRequest.Builder |
terminateEnvByForce(Boolean terminateEnvByForce) |
When set to true, running environments will be terminated before deleting the application.
|
copy
apply, build
DeleteApplicationRequest.Builder applicationName(String applicationName)
The name of the application to delete.
applicationName
- The name of the application to delete.DeleteApplicationRequest.Builder terminateEnvByForce(Boolean terminateEnvByForce)
When set to true, running environments will be terminated before deleting the application.
terminateEnvByForce
- When set to true, running environments will be terminated before deleting the application.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.