Interface ValidatePolicyResponse.Builder

    • Method Detail

      • findings

        ValidatePolicyResponse.Builder findings​(Collection<ValidatePolicyFinding> findings)

        The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.

        Parameters:
        findings - The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findings

        ValidatePolicyResponse.Builder findings​(ValidatePolicyFinding... findings)

        The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.

        Parameters:
        findings - The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ValidatePolicyResponse.Builder nextToken​(String nextToken)

        A token used for pagination of results returned.

        Parameters:
        nextToken - A token used for pagination of results returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.