Interface GetComplianceDetailsByConfigRuleResponse.Builder

    • Method Detail

      • evaluationResults

        GetComplianceDetailsByConfigRuleResponse.Builder evaluationResults​(Collection<EvaluationResult> evaluationResults)

        Indicates whether the Amazon Web Services resource complies with the specified Config rule.

        Parameters:
        evaluationResults - Indicates whether the Amazon Web Services resource complies with the specified Config rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • evaluationResults

        GetComplianceDetailsByConfigRuleResponse.Builder evaluationResults​(EvaluationResult... evaluationResults)

        Indicates whether the Amazon Web Services resource complies with the specified Config rule.

        Parameters:
        evaluationResults - Indicates whether the Amazon Web Services resource complies with the specified Config rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetComplianceDetailsByConfigRuleResponse.Builder nextToken​(String nextToken)

        The string that you use in a subsequent request to get the next page of results in a paginated response.

        Parameters:
        nextToken - The string that you use in a subsequent request 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.