Uses of Class
software.amazon.awscdk.services.amplifyuibuilder.CfnForm.FormStyleProperty.Builder
Package
Description
AWS::AmplifyUIBuilder Construct Library
-
Uses of CfnForm.FormStyleProperty.Builder in software.amazon.awscdk.services.amplifyuibuilder
Modifier and TypeMethodDescriptionCfnForm.FormStyleProperty.builder()
CfnForm.FormStyleProperty.Builder.horizontalGap
(IResolvable horizontalGap) Sets the value ofCfnForm.FormStyleProperty.getHorizontalGap()
CfnForm.FormStyleProperty.Builder.horizontalGap
(CfnForm.FormStyleConfigProperty horizontalGap) Sets the value ofCfnForm.FormStyleProperty.getHorizontalGap()
CfnForm.FormStyleProperty.Builder.outerPadding
(IResolvable outerPadding) Sets the value ofCfnForm.FormStyleProperty.getOuterPadding()
CfnForm.FormStyleProperty.Builder.outerPadding
(CfnForm.FormStyleConfigProperty outerPadding) Sets the value ofCfnForm.FormStyleProperty.getOuterPadding()
CfnForm.FormStyleProperty.Builder.verticalGap
(IResolvable verticalGap) Sets the value ofCfnForm.FormStyleProperty.getVerticalGap()
CfnForm.FormStyleProperty.Builder.verticalGap
(CfnForm.FormStyleConfigProperty verticalGap) Sets the value ofCfnForm.FormStyleProperty.getVerticalGap()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnForm.FormStyleProperty.Builder
.