Interface ListSubscribersResponse.Builder

    • Method Detail

      • nextToken

        ListSubscribersResponse.Builder nextToken​(String nextToken)

        If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.

        Parameters:
        nextToken - If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscribers

        ListSubscribersResponse.Builder subscribers​(Collection<SubscriberResource> subscribers)

        The subscribers available for the specified Security Lake account ID.

        Parameters:
        subscribers - The subscribers available for the specified Security Lake account ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscribers

        ListSubscribersResponse.Builder subscribers​(SubscriberResource... subscribers)

        The subscribers available for the specified Security Lake account ID.

        Parameters:
        subscribers - The subscribers available for the specified Security Lake account ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.