Interface TargetSummary.Builder

  • Method Details

    • targetId

      TargetSummary.Builder targetId(String targetId)

      The unique identifier of the target.

      Parameters:
      targetId - The unique identifier of the target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the target.

      Parameters:
      name - The name of the target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      TargetSummary.Builder status(String status)

      The current status of the target.

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

      The current status of the target.

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

      TargetSummary.Builder description(String description)

      The description of the target.

      Parameters:
      description - The description of the target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      TargetSummary.Builder createdAt(Instant createdAt)

      The timestamp when the target was created.

      Parameters:
      createdAt - The timestamp when the target was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      TargetSummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the target was last updated.

      Parameters:
      updatedAt - The timestamp when the target was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourcePriority

      TargetSummary.Builder resourcePriority(Integer resourcePriority)

      Priority for resolving resource URI conflicts across targets. Lower values take precedence. Defaults to 1000 when not set.

      Parameters:
      resourcePriority - Priority for resolving resource URI conflicts across targets. Lower values take precedence. Defaults to 1000 when not set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.