Interface FormDataTypeConfig.Builder

    • Method Detail

      • dataSourceType

        FormDataTypeConfig.Builder dataSourceType​(String dataSourceType)

        The data source type, either an Amplify DataStore model or a custom data type.

        Parameters:
        dataSourceType - The data source type, either an Amplify DataStore model or a custom data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FormDataSourceType, FormDataSourceType
      • dataSourceType

        FormDataTypeConfig.Builder dataSourceType​(FormDataSourceType dataSourceType)

        The data source type, either an Amplify DataStore model or a custom data type.

        Parameters:
        dataSourceType - The data source type, either an Amplify DataStore model or a custom data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FormDataSourceType, FormDataSourceType
      • dataTypeName

        FormDataTypeConfig.Builder dataTypeName​(String dataTypeName)

        The unique name of the data type you are using as the data source for the form.

        Parameters:
        dataTypeName - The unique name of the data type you are using as the data source for the form.
        Returns:
        Returns a reference to this object so that method calls can be chained together.