Uses of Class
software.amazon.awscdk.services.apptest.CfnTestCase.ResourceActionProperty.Builder
-
Uses of CfnTestCase.ResourceActionProperty.Builder in software.amazon.awscdk.services.apptest
Modifier and TypeMethodDescriptionCfnTestCase.ResourceActionProperty.builder()
CfnTestCase.ResourceActionProperty.Builder.cloudFormationAction
(IResolvable cloudFormationAction) Sets the value ofCfnTestCase.ResourceActionProperty.getCloudFormationAction()
CfnTestCase.ResourceActionProperty.Builder.cloudFormationAction
(CfnTestCase.CloudFormationActionProperty cloudFormationAction) Sets the value ofCfnTestCase.ResourceActionProperty.getCloudFormationAction()
CfnTestCase.ResourceActionProperty.Builder.m2ManagedApplicationAction
(IResolvable m2ManagedApplicationAction) Sets the value ofCfnTestCase.ResourceActionProperty.getM2ManagedApplicationAction()
CfnTestCase.ResourceActionProperty.Builder.m2ManagedApplicationAction
(CfnTestCase.M2ManagedApplicationActionProperty m2ManagedApplicationAction) Sets the value ofCfnTestCase.ResourceActionProperty.getM2ManagedApplicationAction()
CfnTestCase.ResourceActionProperty.Builder.m2NonManagedApplicationAction
(IResolvable m2NonManagedApplicationAction) Sets the value ofCfnTestCase.ResourceActionProperty.getM2NonManagedApplicationAction()
CfnTestCase.ResourceActionProperty.Builder.m2NonManagedApplicationAction
(CfnTestCase.M2NonManagedApplicationActionProperty m2NonManagedApplicationAction) Sets the value ofCfnTestCase.ResourceActionProperty.getM2NonManagedApplicationAction()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTestCase.ResourceActionProperty.Builder
.