Interface DescribeImportTasksRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CloudWatchLogsRequest.Builder, CopyableBuilder<DescribeImportTasksRequest.Builder,DescribeImportTasksRequest>, SdkBuilder<DescribeImportTasksRequest.Builder,DescribeImportTasksRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeImportTasksRequest

  • Method Details

    • importId

      Optional filter to describe a specific import task by its ID.

      Parameters:
      importId - Optional filter to describe a specific import task by its ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • importStatus

      DescribeImportTasksRequest.Builder importStatus(String importStatus)

      Optional filter to list imports by their status. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.

      Parameters:
      importStatus - Optional filter to list imports by their status. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • importStatus

      Optional filter to list imports by their status. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.

      Parameters:
      importStatus - Optional filter to list imports by their status. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • importSourceArn

      DescribeImportTasksRequest.Builder importSourceArn(String importSourceArn)

      Optional filter to list imports from a specific source

      Parameters:
      importSourceArn - Optional filter to list imports from a specific source
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • limit

      The maximum number of import tasks to return in the response. Default: 50

      Parameters:
      limit - The maximum number of import tasks to return in the response. Default: 50
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The pagination token for the next set of results.

      Parameters:
      nextToken - The pagination token for the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeImportTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder