Interface ListImportsResponse.Builder

    • Method Detail

      • importSummaryList

        ListImportsResponse.Builder importSummaryList​(Collection<ImportSummary> importSummaryList)

        A list of ImportSummary objects.

        Parameters:
        importSummaryList - A list of ImportSummary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importSummaryList

        ListImportsResponse.Builder importSummaryList​(ImportSummary... importSummaryList)

        A list of ImportSummary objects.

        Parameters:
        importSummaryList - A list of ImportSummary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListImportsResponse.Builder nextToken​(String nextToken)

        If this value is returned, there are additional results to be displayed. To retrieve them, call ListImports again, with NextToken set to this value.

        Parameters:
        nextToken - If this value is returned, there are additional results to be displayed. To retrieve them, call ListImports again, with NextToken set to this value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.