public static interface PutDraftAppVersionTemplateResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<PutDraftAppVersionTemplateResponse.Builder,PutDraftAppVersionTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
PutDraftAppVersionTemplateResponse.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
PutDraftAppVersionTemplateResponse.Builder |
appVersion(String appVersion)
The version of the application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDraftAppVersionTemplateResponse.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 Amazon Web Services 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 Amazon Web Services General Reference guide.PutDraftAppVersionTemplateResponse.Builder appVersion(String appVersion)
The version of the application.
appVersion - The version of the application.Copyright © 2023. All rights reserved.