public static interface UpdateAppVersionResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<UpdateAppVersionResponse.Builder,UpdateAppVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAppVersionResponse.Builder |
additionalInfo(Map<String,? extends Collection<String>> additionalInfo)
Additional configuration parameters for an Resilience Hub application.
|
UpdateAppVersionResponse.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
UpdateAppVersionResponse.Builder |
appVersion(String appVersion)
The Resilience Hub application version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAppVersionResponse.Builder additionalInfo(Map<String,? extends Collection<String>> additionalInfo)
Additional configuration parameters for an Resilience Hub application. If you want to implement
additionalInfo through the Resilience Hub console rather than using an API call, see Configure the
application configuration parameters.
Currently, this parameter supports only failover region and account.
additionalInfo - Additional configuration parameters for an Resilience Hub application. If you want to implement
additionalInfo through the Resilience Hub console rather than using an API call, see Configure the
application configuration parameters. Currently, this parameter supports only failover region and account.
UpdateAppVersionResponse.Builder appArn(String appArn)
The 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 - The 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.UpdateAppVersionResponse.Builder appVersion(String appVersion)
The Resilience Hub application version.
appVersion - The Resilience Hub application version.Copyright © 2023. All rights reserved.