Interface ExportFormsResponse.Builder

    • Method Detail

      • entities

        ExportFormsResponse.Builder entities​(Collection<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

        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

        ExportFormsResponse.Builder entities​(Consumer<Form.Builder>... 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

        ).
        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:
        #entities(java.util.Collection)
      • 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.