Interface CapacityTaskSummary.Builder

  • Method Details

    • capacityTaskId

      CapacityTaskSummary.Builder capacityTaskId(String capacityTaskId)

      The ID of the specified capacity task.

      Parameters:
      capacityTaskId - The ID of the specified capacity task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outpostId

      CapacityTaskSummary.Builder outpostId(String outpostId)

      The ID of the Outpost associated with the specified capacity task.

      Parameters:
      outpostId - The ID of the Outpost associated with the specified capacity task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • orderId

      The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.

      Parameters:
      orderId - The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • capacityTaskStatus

      CapacityTaskSummary.Builder capacityTaskStatus(String capacityTaskStatus)

      The status of the capacity task.

      Parameters:
      capacityTaskStatus - The status of the capacity task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • capacityTaskStatus

      CapacityTaskSummary.Builder capacityTaskStatus(CapacityTaskStatus capacityTaskStatus)

      The status of the capacity task.

      Parameters:
      capacityTaskStatus - The status of the capacity task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationDate

      CapacityTaskSummary.Builder creationDate(Instant creationDate)

      The date that the specified capacity task was created.

      Parameters:
      creationDate - The date that the specified capacity task was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completionDate

      CapacityTaskSummary.Builder completionDate(Instant completionDate)

      The date that the specified capacity task successfully ran.

      Parameters:
      completionDate - The date that the specified capacity task successfully ran.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedDate

      CapacityTaskSummary.Builder lastModifiedDate(Instant lastModifiedDate)

      The date that the specified capacity was last modified.

      Parameters:
      lastModifiedDate - The date that the specified capacity was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.