public static interface PublishAppVersionResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<PublishAppVersionResponse.Builder,PublishAppVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
PublishAppVersionResponse.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
PublishAppVersionResponse.Builder |
appVersion(String appVersion)
The version of the application.
|
PublishAppVersionResponse.Builder |
identifier(Long identifier)
Identifier of the application version.
|
PublishAppVersionResponse.Builder |
versionName(String versionName)
Name of the application version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPublishAppVersionResponse.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.PublishAppVersionResponse.Builder appVersion(String appVersion)
The version of the application.
appVersion - The version of the application.PublishAppVersionResponse.Builder identifier(Long identifier)
Identifier of the application version.
identifier - Identifier of the application version.PublishAppVersionResponse.Builder versionName(String versionName)
Name of the application version.
versionName - Name of the application version.Copyright © 2023. All rights reserved.