Interface ManagedListener.Builder

    • Method Detail

      • arn

        ManagedListener.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the load balancer listener.

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

        ManagedListener.Builder statusReason​(String statusReason)

        Informaion about why the load balancer listener is in the current status.

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

        ManagedListener.Builder updatedAt​(Instant updatedAt)

        The Unix timestamp for when this listener was most recently updated.

        Parameters:
        updatedAt - The Unix timestamp for when this listener was most recently updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.