Interface ListManagedInsightRulesResponse.Builder

    • Method Detail

      • managedRules

        ListManagedInsightRulesResponse.Builder managedRules​(Collection<ManagedRuleDescription> managedRules)

        The managed rules that are available for the specified Amazon Web Services resource.

        Parameters:
        managedRules - The managed rules that are available for the specified Amazon Web Services resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • managedRules

        ListManagedInsightRulesResponse.Builder managedRules​(ManagedRuleDescription... managedRules)

        The managed rules that are available for the specified Amazon Web Services resource.

        Parameters:
        managedRules - The managed rules that are available for the specified Amazon Web Services resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListManagedInsightRulesResponse.Builder nextToken​(String nextToken)

        Include this value to get the next set of rules if the value was returned by the previous operation.

        Parameters:
        nextToken - Include this value to get the next set of rules if the value was returned by the previous operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.