Interface ExportFormsResponse.Builder

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

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

    • entities

      Represents the configuration of the exported forms.

      Parameters:
      entities - Represents the configuration of the exported forms.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entities

      ExportFormsResponse.Builder entities(Form... entities)

      Represents the configuration of the exported forms.

      Parameters:
      entities - Represents the configuration of the exported forms.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entities

      Represents the configuration of the exported forms.

      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 entities(List<Form>).

      Parameters:
      entities - 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:
    • nextToken

      ExportFormsResponse.Builder nextToken(String nextToken)

      The pagination token that's included if more results are available.

      Parameters:
      nextToken - The pagination token that's included if more results are available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.