public static interface ResolveAppVersionResourcesRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ResolveAppVersionResourcesRequest.Builder,ResolveAppVersionResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ResolveAppVersionResourcesRequest.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
ResolveAppVersionResourcesRequest.Builder |
appVersion(String appVersion)
The version of the application.
|
ResolveAppVersionResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ResolveAppVersionResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildResolveAppVersionResourcesRequest.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the 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.
appArn - The Amazon Resource Name (ARN) of the 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.ResolveAppVersionResourcesRequest.Builder appVersion(String appVersion)
The version of the application.
appVersion - The version of the application.ResolveAppVersionResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderResolveAppVersionResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.