Interface GetComplianceDetailsByResourceResponse.Builder

    • Method Detail

      • evaluationResults

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

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

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

        GetComplianceDetailsByResourceResponse.Builder evaluationResults​(EvaluationResult... evaluationResults)

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

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

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