Interface ListMulticastGroupsResponse.Builder

    • Method Detail

      • nextToken

        ListMulticastGroupsResponse.Builder nextToken​(String nextToken)

        To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

        Parameters:
        nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multicastGroupList

        ListMulticastGroupsResponse.Builder multicastGroupList​(Collection<MulticastGroup> multicastGroupList)
        Sets the value of the MulticastGroupList property for this object.
        Parameters:
        multicastGroupList - The new value for the MulticastGroupList property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multicastGroupList

        ListMulticastGroupsResponse.Builder multicastGroupList​(MulticastGroup... multicastGroupList)
        Sets the value of the MulticastGroupList property for this object.
        Parameters:
        multicastGroupList - The new value for the MulticastGroupList property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.