Interface ListEventRulesRequest.Builder

    • Method Detail

      • notificationConfigurationArn

        ListEventRulesRequest.Builder notificationConfigurationArn​(String notificationConfigurationArn)

        The Amazon Resource Name (ARN) of the NotificationConfiguration.

        Parameters:
        notificationConfigurationArn - The Amazon Resource Name (ARN) of the NotificationConfiguration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListEventRulesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to be returned in this call. The default value is 20.

        Parameters:
        maxResults - The maximum number of results to be returned in this call. The default value is 20.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEventRulesRequest.Builder nextToken​(String nextToken)

        The start token for paginated calls. Retrieved from the response of a previous ListEventRules call. Next token uses Base64 encoding.

        Parameters:
        nextToken - The start token for paginated calls. Retrieved from the response of a previous ListEventRules call. Next token uses Base64 encoding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.