Interface DescribeImportTasksRequest.Builder

  • 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.