public static interface PublishAppVersionRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<PublishAppVersionRequest.Builder,PublishAppVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
PublishAppVersionRequest.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
PublishAppVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PublishAppVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PublishAppVersionRequest.Builder |
versionName(String versionName)
Name of the application version.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPublishAppVersionRequest.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.PublishAppVersionRequest.Builder versionName(String versionName)
Name of the application version.
versionName - Name of the application version.PublishAppVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPublishAppVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.