Interface ListNotificationRulesResponse.Builder

    • Method Detail

      • nextToken

        ListNotificationRulesResponse.Builder nextToken​(String nextToken)

        An enumeration token that can be used in a request to return the next batch of the results.

        Parameters:
        nextToken - An enumeration token that can be used in a request to return the next batch of the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notificationRules

        ListNotificationRulesResponse.Builder notificationRules​(Collection<NotificationRuleSummary> notificationRules)

        The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.

        Parameters:
        notificationRules - The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notificationRules

        ListNotificationRulesResponse.Builder notificationRules​(NotificationRuleSummary... notificationRules)

        The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.

        Parameters:
        notificationRules - The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.