Interface GetFormResponse.Builder

All Superinterfaces:
AmplifyUiBuilderResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<GetFormResponse.Builder,GetFormResponse>, SdkBuilder<GetFormResponse.Builder,GetFormResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetFormResponse

public static interface GetFormResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<GetFormResponse.Builder,GetFormResponse>
  • Method Details

    • form

      Represents the configuration settings for the form.

      Parameters:
      form - Represents the configuration settings for the form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • form

      Represents the configuration settings for the form.

      This is a convenience method that creates an instance of the Form.Builder avoiding the need to create one manually via Form.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to form(Form).

      Parameters:
      form - a consumer that will call methods on Form.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: