public static interface ResolveAppVersionResourcesRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ResolveAppVersionResourcesRequest.Builder,ResolveAppVersionResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ResolveAppVersionResourcesRequest.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub 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)
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 - 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.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 © 2023. All rights reserved.