Interface ListLogSubscriptionsRequest.Builder

    • Method Detail

      • directoryId

        ListLogSubscriptionsRequest.Builder directoryId​(String directoryId)

        If a DirectoryID is provided, lists only the log subscription associated with that directory. If no DirectoryId is provided, lists all log subscriptions associated with your Amazon Web Services account. If there are no log subscriptions for the Amazon Web Services account or the directory, an empty list will be returned.

        Parameters:
        directoryId - If a DirectoryID is provided, lists only the log subscription associated with that directory. If no DirectoryId is provided, lists all log subscriptions associated with your Amazon Web Services account. If there are no log subscriptions for the Amazon Web Services account or the directory, an empty list will be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLogSubscriptionsRequest.Builder nextToken​(String nextToken)

        The token for the next set of items to return.

        Parameters:
        nextToken - The token for the next set of items to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        ListLogSubscriptionsRequest.Builder limit​(Integer limit)

        The maximum number of items returned.

        Parameters:
        limit - The maximum number of items returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.