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