Interface DescribeConfigRuleEvaluationStatusRequest.Builder

    • Method Detail

      • configRuleNames

        DescribeConfigRuleEvaluationStatusRequest.Builder configRuleNames​(Collection<String> configRuleNames)

        The name of the Config managed rules for which you want status information. If you do not specify any names, Config returns status information for all Config managed rules that you use.

        Parameters:
        configRuleNames - The name of the Config managed rules for which you want status information. If you do not specify any names, Config returns status information for all Config managed rules that you use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configRuleNames

        DescribeConfigRuleEvaluationStatusRequest.Builder configRuleNames​(String... configRuleNames)

        The name of the Config managed rules for which you want status information. If you do not specify any names, Config returns status information for all Config managed rules that you use.

        Parameters:
        configRuleNames - The name of the Config managed rules for which you want status information. If you do not specify any names, Config returns status information for all Config managed rules that you use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeConfigRuleEvaluationStatusRequest.Builder nextToken​(String nextToken)

        The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

        Parameters:
        nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        DescribeConfigRuleEvaluationStatusRequest.Builder limit​(Integer limit)

        The number of rule evaluation results that you want returned.

        This parameter is required if the rule limit for your account is more than the default of 150 rules.

        For information about requesting a rule limit increase, see Config Limits in the Amazon Web Services General Reference Guide.

        Parameters:
        limit - The number of rule evaluation results that you want returned.

        This parameter is required if the rule limit for your account is more than the default of 150 rules.

        For information about requesting a rule limit increase, see Config Limits in the Amazon Web Services General Reference Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.