Interface GetComplianceDetailsByConfigRuleRequest.Builder

    • Method Detail

      • configRuleName

        GetComplianceDetailsByConfigRuleRequest.Builder configRuleName​(String configRuleName)

        The name of the Config rule for which you want compliance information.

        Parameters:
        configRuleName - The name of the Config rule for which you want compliance information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • complianceTypesWithStrings

        GetComplianceDetailsByConfigRuleRequest.Builder complianceTypesWithStrings​(Collection<String> complianceTypes)

        Filters the results by compliance.

        INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.

        Parameters:
        complianceTypes - Filters the results by compliance.

        INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.

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

        GetComplianceDetailsByConfigRuleRequest.Builder complianceTypesWithStrings​(String... complianceTypes)

        Filters the results by compliance.

        INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.

        Parameters:
        complianceTypes - Filters the results by compliance.

        INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.

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

        GetComplianceDetailsByConfigRuleRequest.Builder complianceTypes​(Collection<ComplianceType> complianceTypes)

        Filters the results by compliance.

        INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.

        Parameters:
        complianceTypes - Filters the results by compliance.

        INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.

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

        GetComplianceDetailsByConfigRuleRequest.Builder complianceTypes​(ComplianceType... complianceTypes)

        Filters the results by compliance.

        INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.

        Parameters:
        complianceTypes - Filters the results by compliance.

        INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.

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

        GetComplianceDetailsByConfigRuleRequest.Builder limit​(Integer limit)

        The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

        Parameters:
        limit - The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetComplianceDetailsByConfigRuleRequest.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.