Interface DescribeImportTasksResponse.Builder

  • Method Details

    • imports

      The list of import tasks that match the request filters.

      Parameters:
      imports - The list of import tasks that match the request filters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imports

      The list of import tasks that match the request filters.

      Parameters:
      imports - The list of import tasks that match the request filters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imports

      The list of import tasks that match the request filters.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to imports(List<Import>).

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

      The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.

      Parameters:
      nextToken - The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.