Uses of Class
software.amazon.awscdk.services.resiliencehub.CfnAppProps.Builder
Package
Description
AWS::ResilienceHub Construct Library
-
Uses of CfnAppProps.Builder in software.amazon.awscdk.services.resiliencehub
Modifier and TypeMethodDescriptionCfnAppProps.Builder.appAssessmentSchedule
(String appAssessmentSchedule) Sets the value ofCfnAppProps.getAppAssessmentSchedule()
CfnAppProps.Builder.appTemplateBody
(String appTemplateBody) Sets the value ofCfnAppProps.getAppTemplateBody()
static CfnAppProps.Builder
CfnAppProps.builder()
CfnAppProps.Builder.description
(String description) Sets the value ofCfnAppProps.getDescription()
Sets the value ofCfnAppProps.getName()
CfnAppProps.Builder.resiliencyPolicyArn
(String resiliencyPolicyArn) Sets the value ofCfnAppProps.getResiliencyPolicyArn()
CfnAppProps.Builder.resourceMappings
(List<? extends Object> resourceMappings) Sets the value ofCfnAppProps.getResourceMappings()
CfnAppProps.Builder.resourceMappings
(IResolvable resourceMappings) Sets the value ofCfnAppProps.getResourceMappings()
Sets the value ofCfnAppProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAppProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAppProps.Builder
.