| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFormData.Builder |
UpdateFormData.builder() |
default UpdateFormData.Builder |
UpdateFormData.Builder.cta(Consumer<FormCTA.Builder> cta)
The
FormCTA object that stores the call to action configuration for the form. |
UpdateFormData.Builder |
UpdateFormData.Builder.cta(FormCTA cta)
The
FormCTA object that stores the call to action configuration for the form. |
default UpdateFormData.Builder |
UpdateFormData.Builder.dataType(Consumer<FormDataTypeConfig.Builder> dataType)
The type of data source to use to create the form.
|
UpdateFormData.Builder |
UpdateFormData.Builder.dataType(FormDataTypeConfig dataType)
The type of data source to use to create the form.
|
UpdateFormData.Builder |
UpdateFormData.Builder.fields(Map<String,FieldConfig> fields)
The configuration information for the form's fields.
|
UpdateFormData.Builder |
UpdateFormData.Builder.formActionType(FormActionType formActionType)
Specifies whether to perform a create or update action on the form.
|
UpdateFormData.Builder |
UpdateFormData.Builder.formActionType(String formActionType)
Specifies whether to perform a create or update action on the form.
|
UpdateFormData.Builder |
UpdateFormData.Builder.name(String name)
The name of the form.
|
UpdateFormData.Builder |
UpdateFormData.Builder.schemaVersion(String schemaVersion)
The schema version of the form.
|
UpdateFormData.Builder |
UpdateFormData.Builder.sectionalElements(Map<String,SectionalElement> sectionalElements)
The configuration information for the visual helper elements for the form.
|
default UpdateFormData.Builder |
UpdateFormData.Builder.style(Consumer<FormStyle.Builder> style)
The configuration for the form's style.
|
UpdateFormData.Builder |
UpdateFormData.Builder.style(FormStyle style)
The configuration for the form's style.
|
UpdateFormData.Builder |
UpdateFormData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFormData.Builder> |
UpdateFormData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateFormRequest.Builder |
UpdateFormRequest.Builder.updatedForm(Consumer<UpdateFormData.Builder> updatedForm)
The request accepts the following data in JSON format.
|
Copyright © 2022. All rights reserved.