public static interface DeleteAppRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<DeleteAppRequest.Builder,DeleteAppRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAppRequest.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
DeleteAppRequest.Builder |
clientToken(String clientToken)
Used for an idempotency token.
|
DeleteAppRequest.Builder |
forceDelete(Boolean forceDelete)
A boolean option to force the deletion of a Resilience Hub application.
|
DeleteAppRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAppRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAppRequest.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:region:account:app/app-id. For more information about ARNs, see
Amazon Resource Names
(ARNs) in the AWS General Reference.
appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:
partition:dcps:region:account:app/app-id. For more
information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference.DeleteAppRequest.Builder clientToken(String clientToken)
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII
characters. You should not reuse the same client token for other API requests.DeleteAppRequest.Builder forceDelete(Boolean forceDelete)
A boolean option to force the deletion of a Resilience Hub application.
forceDelete - A boolean option to force the deletion of a Resilience Hub application.DeleteAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.