Interface DescribeImportTasksResponse.Builder

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

  • Method Details

    • nextToken

      The token to request the next page of results.

      Parameters:
      nextToken - The token to request the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tasks

      A returned array of import tasks that match any applied filters, up to the specified number of maximum results.

      Parameters:
      tasks - A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tasks

      A returned array of import tasks that match any applied filters, up to the specified number of maximum results.

      Parameters:
      tasks - A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tasks

      A returned array of import tasks that match any applied filters, up to the specified number of maximum results.

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

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

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