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