Interface ListenerSummary.Builder

    • Method Detail

      • arn

        ListenerSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the listener.

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

        ListenerSummary.Builder createdAt​(Instant createdAt)

        The date and time that the listener was created, specified in ISO-8601 format.

        Parameters:
        createdAt - The date and time that the listener was created, specified in ISO-8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        ListenerSummary.Builder id​(String id)

        The ID of the listener.

        Parameters:
        id - The ID of the listener.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        ListenerSummary.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The date and time that the listener was last updated, specified in ISO-8601 format.

        Parameters:
        lastUpdatedAt - The date and time that the listener was last updated, specified in ISO-8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ListenerSummary.Builder name​(String name)

        The name of the listener.

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

        ListenerSummary.Builder port​(Integer port)

        The listener port.

        Parameters:
        port - The listener port.
        Returns:
        Returns a reference to this object so that method calls can be chained together.