Uses of Class
software.amazon.awscdk.services.amplifyuibuilder.CfnForm.FormCTAProperty.Builder
Packages that use CfnForm.FormCTAProperty.Builder
Package
Description
AWS::AmplifyUIBuilder Construct Library
-
Uses of CfnForm.FormCTAProperty.Builder in software.amazon.awscdk.services.amplifyuibuilder
Methods in software.amazon.awscdk.services.amplifyuibuilder that return CfnForm.FormCTAProperty.BuilderModifier and TypeMethodDescriptionCfnForm.FormCTAProperty.builder()
CfnForm.FormCTAProperty.Builder.cancel
(IResolvable cancel) Sets the value ofCfnForm.FormCTAProperty.getCancel()
CfnForm.FormCTAProperty.Builder.cancel
(CfnForm.FormButtonProperty cancel) Sets the value ofCfnForm.FormCTAProperty.getCancel()
CfnForm.FormCTAProperty.Builder.clear
(IResolvable clear) Sets the value ofCfnForm.FormCTAProperty.getClear()
CfnForm.FormCTAProperty.Builder.clear
(CfnForm.FormButtonProperty clear) Sets the value ofCfnForm.FormCTAProperty.getClear()
Sets the value ofCfnForm.FormCTAProperty.getPosition()
CfnForm.FormCTAProperty.Builder.submit
(IResolvable submit) Sets the value ofCfnForm.FormCTAProperty.getSubmit()
CfnForm.FormCTAProperty.Builder.submit
(CfnForm.FormButtonProperty submit) Sets the value ofCfnForm.FormCTAProperty.getSubmit()
Constructors in software.amazon.awscdk.services.amplifyuibuilder with parameters of type CfnForm.FormCTAProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnForm.FormCTAProperty.Builder
.