Uses of Class
software.amazon.awscdk.services.arcregionswitch.CfnPlanProps.Builder
Packages that use CfnPlanProps.Builder
Package
Description
AWS::ARCRegionSwitch Construct Library
-
Uses of CfnPlanProps.Builder in software.amazon.awscdk.services.arcregionswitch
Methods in software.amazon.awscdk.services.arcregionswitch that return CfnPlanProps.BuilderModifier and TypeMethodDescriptionCfnPlanProps.Builder.associatedAlarms
(Map<String, ? extends Object> associatedAlarms) Sets the value ofCfnPlanProps.getAssociatedAlarms()
CfnPlanProps.Builder.associatedAlarms
(IResolvable associatedAlarms) Sets the value ofCfnPlanProps.getAssociatedAlarms()
static CfnPlanProps.Builder
CfnPlanProps.builder()
CfnPlanProps.Builder.description
(String description) Sets the value ofCfnPlanProps.getDescription()
CfnPlanProps.Builder.executionRole
(String executionRole) Sets the value ofCfnPlanProps.getExecutionRole()
Sets the value ofCfnPlanProps.getName()
CfnPlanProps.Builder.primaryRegion
(String primaryRegion) Sets the value ofCfnPlanProps.getPrimaryRegion()
CfnPlanProps.Builder.recoveryApproach
(String recoveryApproach) Sets the value ofCfnPlanProps.getRecoveryApproach()
CfnPlanProps.Builder.recoveryTimeObjectiveMinutes
(Number recoveryTimeObjectiveMinutes) Sets the value ofCfnPlanProps.getRecoveryTimeObjectiveMinutes()
Sets the value ofCfnPlanProps.getRegions()
Sets the value ofCfnPlanProps.getTags()
Sets the value ofCfnPlanProps.getTriggers()
CfnPlanProps.Builder.triggers
(IResolvable triggers) Sets the value ofCfnPlanProps.getTriggers()
Sets the value ofCfnPlanProps.getWorkflows()
CfnPlanProps.Builder.workflows
(IResolvable workflows) Sets the value ofCfnPlanProps.getWorkflows()
Constructors in software.amazon.awscdk.services.arcregionswitch with parameters of type CfnPlanProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPlanProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPlanProps.Builder
.