public static interface PutDraftAppVersionTemplateRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<PutDraftAppVersionTemplateRequest.Builder,PutDraftAppVersionTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
PutDraftAppVersionTemplateRequest.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
PutDraftAppVersionTemplateRequest.Builder |
appTemplateBody(String appTemplateBody)
A JSON string that contains the body of the app template.
|
PutDraftAppVersionTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutDraftAppVersionTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDraftAppVersionTemplateRequest.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.PutDraftAppVersionTemplateRequest.Builder appTemplateBody(String appTemplateBody)
A JSON string that contains the body of the app template.
appTemplateBody - A JSON string that contains the body of the app template.PutDraftAppVersionTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutDraftAppVersionTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.