Interface GetRevocationStatusResponse.Builder

  • Method Details

    • revokedEntities

      GetRevocationStatusResponse.Builder revokedEntities(Collection<String> revokedEntities)

      A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.

      Parameters:
      revokedEntities - A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revokedEntities

      GetRevocationStatusResponse.Builder revokedEntities(String... revokedEntities)

      A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.

      Parameters:
      revokedEntities - A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.
      Returns:
      Returns a reference to this object so that method calls can be chained together.