Interface DescribeComplianceByResourceResponse.Builder

    • Method Detail

      • complianceByResources

        DescribeComplianceByResourceResponse.Builder complianceByResources​(Collection<ComplianceByResource> complianceByResources)

        Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.

        Parameters:
        complianceByResources - Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • complianceByResources

        DescribeComplianceByResourceResponse.Builder complianceByResources​(ComplianceByResource... complianceByResources)

        Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.

        Parameters:
        complianceByResources - Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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