Interface FormSummary.Builder

    • Method Detail

      • appId

        FormSummary.Builder appId​(String appId)

        The unique ID for the app associated with the form summary.

        Parameters:
        appId - The unique ID for the app associated with the form summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataType

        FormSummary.Builder dataType​(FormDataTypeConfig dataType)

        The form's data source type.

        Parameters:
        dataType - The form's data source type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentName

        FormSummary.Builder environmentName​(String environmentName)

        The name of the backend environment that is part of the Amplify app.

        Parameters:
        environmentName - The name of the backend environment that is part of the Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • formActionType

        FormSummary.Builder formActionType​(String formActionType)

        The type of operation to perform on the form.

        Parameters:
        formActionType - The type of operation to perform on the form.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FormActionType, FormActionType
      • formActionType

        FormSummary.Builder formActionType​(FormActionType formActionType)

        The type of operation to perform on the form.

        Parameters:
        formActionType - The type of operation to perform on the form.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FormActionType, FormActionType
      • id

        FormSummary.Builder id​(String id)

        The ID of the form.

        Parameters:
        id - The ID of the form.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        FormSummary.Builder name​(String name)

        The name of the form.

        Parameters:
        name - The name of the form.
        Returns:
        Returns a reference to this object so that method calls can be chained together.