Interface CancelImportTaskResponse.Builder

  • Method Details

    • importTaskId

      CancelImportTaskResponse.Builder importTaskId(String importTaskId)

      The ID of the task being canceled.

      Parameters:
      importTaskId - The ID of the task being canceled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • previousState

      CancelImportTaskResponse.Builder previousState(String previousState)

      The current state of the task being canceled.

      Parameters:
      previousState - The current state of the task being canceled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The current state of the task being canceled.

      Parameters:
      state - The current state of the task being canceled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.