Interface DescribeConfigRuleEvaluationStatusRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, ConfigRequest.Builder, CopyableBuilder<DescribeConfigRuleEvaluationStatusRequest.Builder,DescribeConfigRuleEvaluationStatusRequest>, SdkBuilder<DescribeConfigRuleEvaluationStatusRequest.Builder,DescribeConfigRuleEvaluationStatusRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeConfigRuleEvaluationStatusRequest

public static interface DescribeConfigRuleEvaluationStatusRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeConfigRuleEvaluationStatusRequest.Builder,DescribeConfigRuleEvaluationStatusRequest>
  • Method Details

    • 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

      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

      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 1000 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 1000 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.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.