Interface ManagedListenerRule.Builder

    • Method Detail

      • arn

        ManagedListenerRule.Builder arn​(String arn)

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

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

        ManagedListenerRule.Builder statusReason​(String statusReason)

        Information about why the load balancer listener rule is in the current status.

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

        ManagedListenerRule.Builder updatedAt​(Instant updatedAt)

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

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