Interface GetListenerResponse.Builder

    • Method Detail

      • arn

        GetListenerResponse.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

        GetListenerResponse.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.
      • defaultAction

        GetListenerResponse.Builder defaultAction​(RuleAction defaultAction)

        The actions for the default listener rule.

        Parameters:
        defaultAction - The actions for the default listener rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        GetListenerResponse.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

        GetListenerResponse.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

        GetListenerResponse.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

        GetListenerResponse.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.
      • serviceArn

        GetListenerResponse.Builder serviceArn​(String serviceArn)

        The Amazon Resource Name (ARN) of the service.

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

        GetListenerResponse.Builder serviceId​(String serviceId)

        The ID of the service.

        Parameters:
        serviceId - The ID of the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.