Interface DescribeListenersResponse.Builder

    • Method Detail

      • listeners

        DescribeListenersResponse.Builder listeners​(Collection<Listener> listeners)

        Information about the listeners.

        Parameters:
        listeners - Information about the listeners.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • listeners

        DescribeListenersResponse.Builder listeners​(Listener... listeners)

        Information about the listeners.

        Parameters:
        listeners - Information about the listeners.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        DescribeListenersResponse.Builder nextMarker​(String nextMarker)

        If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

        Parameters:
        nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.