@Stability(value=Stable) public static final class CfnAppProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAppProps>
CfnAppProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAppProps.Builder |
appTemplateBody(String appTemplateBody)
Sets the value of
CfnAppProps.getAppTemplateBody() |
CfnAppProps |
build()
Builds the configured instance.
|
CfnAppProps.Builder |
description(String description)
Sets the value of
CfnAppProps.getDescription() |
CfnAppProps.Builder |
name(String name)
Sets the value of
CfnAppProps.getName() |
CfnAppProps.Builder |
resiliencyPolicyArn(String resiliencyPolicyArn)
Sets the value of
CfnAppProps.getResiliencyPolicyArn() |
CfnAppProps.Builder |
resourceMappings(IResolvable resourceMappings)
Sets the value of
CfnAppProps.getResourceMappings() |
CfnAppProps.Builder |
resourceMappings(List<? extends Object> resourceMappings)
Sets the value of
CfnAppProps.getResourceMappings() |
CfnAppProps.Builder |
tags(Map<String,String> tags)
Sets the value of
CfnAppProps.getTags() |
@Stability(value=Stable) public CfnAppProps.Builder appTemplateBody(String appTemplateBody)
CfnAppProps.getAppTemplateBody()appTemplateBody - `AWS::ResilienceHub::App.AppTemplateBody`. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder description(String description)
CfnAppProps.getDescription()description - `AWS::ResilienceHub::App.Description`.this@Stability(value=Stable) public CfnAppProps.Builder name(String name)
CfnAppProps.getName()name - `AWS::ResilienceHub::App.Name`. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder resiliencyPolicyArn(String resiliencyPolicyArn)
CfnAppProps.getResiliencyPolicyArn()resiliencyPolicyArn - `AWS::ResilienceHub::App.ResiliencyPolicyArn`.this@Stability(value=Stable) public CfnAppProps.Builder resourceMappings(IResolvable resourceMappings)
CfnAppProps.getResourceMappings()resourceMappings - `AWS::ResilienceHub::App.ResourceMappings`. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder resourceMappings(List<? extends Object> resourceMappings)
CfnAppProps.getResourceMappings()resourceMappings - `AWS::ResilienceHub::App.ResourceMappings`. This parameter is required.this@Stability(value=Stable) public CfnAppProps.Builder tags(Map<String,String> tags)
CfnAppProps.getTags()tags - `AWS::ResilienceHub::App.Tags`.this@Stability(value=Stable) public CfnAppProps build()
build in interface software.amazon.jsii.Builder<CfnAppProps>CfnAppPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.