Interface ManagedTargetGroup.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the target group.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the target group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the target group.

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

      The status of the target group.

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

      ManagedTargetGroup.Builder statusReason(String statusReason)

      Information about why the target group is in the current status.

      Parameters:
      statusReason - Information about why the target group is in the current status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      ManagedTargetGroup.Builder updatedAt(Instant updatedAt)

      The Unix timestamp for when the target group was last updated.

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

      ManagedTargetGroup.Builder healthCheckPath(String healthCheckPath)

      The destination for health checks on the targets.

      Parameters:
      healthCheckPath - The destination for health checks on the targets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • healthCheckPort

      ManagedTargetGroup.Builder healthCheckPort(Integer healthCheckPort)

      The port the load balancer uses when performing health checks on targets.

      Parameters:
      healthCheckPort - The port the load balancer uses when performing health checks on targets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • port

      The port on which the targets receive traffic.

      Parameters:
      port - The port on which the targets receive traffic.
      Returns:
      Returns a reference to this object so that method calls can be chained together.