public static interface FormSummary.Builder extends SdkPojo, CopyableBuilder<FormSummary.Builder,FormSummary>
| Modifier and Type | Method and Description |
|---|---|
FormSummary.Builder |
appId(String appId)
The unique ID for the app associated with the form summary.
|
default FormSummary.Builder |
dataType(Consumer<FormDataTypeConfig.Builder> dataType)
The form's data source type.
|
FormSummary.Builder |
dataType(FormDataTypeConfig dataType)
The form's data source type.
|
FormSummary.Builder |
environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
FormSummary.Builder |
formActionType(FormActionType formActionType)
The type of operation to perform on the form.
|
FormSummary.Builder |
formActionType(String formActionType)
The type of operation to perform on the form.
|
FormSummary.Builder |
id(String id)
The ID of the form.
|
FormSummary.Builder |
name(String name)
The name of the form.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFormSummary.Builder appId(String appId)
The unique ID for the app associated with the form summary.
appId - The unique ID for the app associated with the form summary.FormSummary.Builder dataType(FormDataTypeConfig dataType)
The form's data source type.
dataType - The form's data source type.default FormSummary.Builder dataType(Consumer<FormDataTypeConfig.Builder> dataType)
The form's data source type.
This is a convenience method that creates an instance of theFormDataTypeConfig.Builder avoiding the
need to create one manually via FormDataTypeConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataType(FormDataTypeConfig).
dataType - a consumer that will call methods on FormDataTypeConfig.BuilderdataType(FormDataTypeConfig)FormSummary.Builder environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
environmentName - The name of the backend environment that is part of the Amplify app.FormSummary.Builder formActionType(String formActionType)
The type of operation to perform on the form.
formActionType - The type of operation to perform on the form.FormActionType,
FormActionTypeFormSummary.Builder formActionType(FormActionType formActionType)
The type of operation to perform on the form.
formActionType - The type of operation to perform on the form.FormActionType,
FormActionTypeFormSummary.Builder id(String id)
The ID of the form.
id - The ID of the form.FormSummary.Builder name(String name)
The name of the form.
name - The name of the form.Copyright © 2023. All rights reserved.