| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFormData |
CreateFormData.addFieldsEntry(String key,
FieldConfig value)
Add a single Fields entry
|
CreateFormData |
CreateFormData.addSectionalElementsEntry(String key,
SectionalElement value)
Add a single SectionalElements entry
|
CreateFormData |
CreateFormData.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateFormData |
CreateFormData.clearFieldsEntries()
Removes all the entries added into Fields.
|
CreateFormData |
CreateFormData.clearSectionalElementsEntries()
Removes all the entries added into SectionalElements.
|
CreateFormData |
CreateFormData.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateFormData |
CreateFormData.clone() |
CreateFormData |
CreateFormRequest.getFormToCreate()
Represents the configuration of the form to create.
|
CreateFormData |
CreateFormData.withCta(FormCTA cta)
The
FormCTA object that stores the call to action configuration for the form. |
CreateFormData |
CreateFormData.withDataType(FormDataTypeConfig dataType)
The type of data source to use to create the form.
|
CreateFormData |
CreateFormData.withFields(Map<String,FieldConfig> fields)
The configuration information for the form's fields.
|
CreateFormData |
CreateFormData.withFormActionType(FormActionType formActionType)
Specifies whether to perform a create or update action on the form.
|
CreateFormData |
CreateFormData.withFormActionType(String formActionType)
Specifies whether to perform a create or update action on the form.
|
CreateFormData |
CreateFormData.withLabelDecorator(LabelDecorator labelDecorator)
Specifies an icon or decoration to display on the form.
|
CreateFormData |
CreateFormData.withLabelDecorator(String labelDecorator)
Specifies an icon or decoration to display on the form.
|
CreateFormData |
CreateFormData.withName(String name)
The name of the form.
|
CreateFormData |
CreateFormData.withSchemaVersion(String schemaVersion)
The schema version of the form.
|
CreateFormData |
CreateFormData.withSectionalElements(Map<String,SectionalElement> sectionalElements)
The configuration information for the visual helper elements for the form.
|
CreateFormData |
CreateFormData.withStyle(FormStyle style)
The configuration for the form's style.
|
CreateFormData |
CreateFormData.withTags(Map<String,String> tags)
One or more key-value pairs to use when tagging the form data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFormRequest.setFormToCreate(CreateFormData formToCreate)
Represents the configuration of the form to create.
|
CreateFormRequest |
CreateFormRequest.withFormToCreate(CreateFormData formToCreate)
Represents the configuration of the form to create.
|
Copyright © 2025. All rights reserved.