public static interface DeleteAppVersionResourceRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<DeleteAppVersionResourceRequest.Builder,DeleteAppVersionResourceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAppVersionResourceRequest.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.
appArn - The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id.
For more information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference guide.DeleteAppVersionResourceRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account that owns the physical resource.
awsAccountId - The Amazon Web Services account that owns the physical resource.DeleteAppVersionResourceRequest.Builder awsRegion(String awsRegion)
The Amazon Web Services region that owns the physical resource.
awsRegion - The Amazon Web Services region that owns the physical resource.DeleteAppVersionResourceRequest.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.DeleteAppVersionResourceRequest.Builder logicalResourceId(LogicalResourceId logicalResourceId)
The logical identifier of the resource.
logicalResourceId - The logical identifier of the resource.default DeleteAppVersionResourceRequest.Builder logicalResourceId(Consumer<LogicalResourceId.Builder> logicalResourceId)
The logical identifier of the resource.
This is a convenience method that creates an instance of theLogicalResourceId.Builder avoiding the
need to create one manually via LogicalResourceId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to logicalResourceId(LogicalResourceId).
logicalResourceId - a consumer that will call methods on LogicalResourceId.BuilderlogicalResourceId(LogicalResourceId)DeleteAppVersionResourceRequest.Builder physicalResourceId(String physicalResourceId)
The physical identifier of the resource.
physicalResourceId - The physical identifier of the resource.DeleteAppVersionResourceRequest.Builder resourceName(String resourceName)
The name of the resource.
resourceName - The name of the resource.DeleteAppVersionResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAppVersionResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.