Form.Builder |
Form.Builder.appId(String appId) |
The unique ID of the Amplify app associated with the form.
|
static Form.Builder |
Form.builder() |
|
default Form.Builder |
Form.Builder.cta(Consumer<FormCTA.Builder> cta) |
Stores the call to action configuration for the form.
|
Form.Builder |
Form.Builder.cta(FormCTA cta) |
Stores the call to action configuration for the form.
|
default Form.Builder |
Form.Builder.dataType(Consumer<FormDataTypeConfig.Builder> dataType) |
The type of data source to use to create the form.
|
Form.Builder |
Form.Builder.dataType(FormDataTypeConfig dataType) |
The type of data source to use to create the form.
|
Form.Builder |
Form.Builder.environmentName(String environmentName) |
The name of the backend environment that is a part of the Amplify app.
|
Form.Builder |
Form.Builder.fields(Map<String,FieldConfig> fields) |
Stores the information about the form's fields.
|
Form.Builder |
Form.Builder.formActionType(String formActionType) |
The operation to perform on the specified form.
|
Form.Builder |
Form.Builder.formActionType(FormActionType formActionType) |
The operation to perform on the specified form.
|
Form.Builder |
Form.Builder.id(String id) |
The unique ID of the form.
|
Form.Builder |
Form.Builder.labelDecorator(String labelDecorator) |
Specifies an icon or decoration to display on the form.
|
Form.Builder |
Form.Builder.labelDecorator(LabelDecorator labelDecorator) |
Specifies an icon or decoration to display on the form.
|
Form.Builder |
Form.Builder.name(String name) |
The name of the form.
|
Form.Builder |
Form.Builder.schemaVersion(String schemaVersion) |
The schema version of the form when it was imported.
|
Form.Builder |
Form.Builder.sectionalElements(Map<String,SectionalElement> sectionalElements) |
Stores the visual helper elements for the form that are not associated with any data.
|
default Form.Builder |
Form.Builder.style(Consumer<FormStyle.Builder> style) |
Stores the configuration for the form's style.
|
Form.Builder |
Form.Builder.style(FormStyle style) |
Stores the configuration for the form's style.
|
Form.Builder |
Form.Builder.tags(Map<String,String> tags) |
One or more key-value pairs to use when tagging the form.
|
Form.Builder |
Form.toBuilder() |
|