Interface ManagedTargetGroup.Builder

    • Method Detail

      • arn

        ManagedTargetGroup.Builder arn​(String 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.
      • 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

        ManagedTargetGroup.Builder port​(Integer 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.