Interface GetRevocationStatusResponse.Builder

    • Method Detail

      • revokedEntities

        GetRevocationStatusResponse.Builder revokedEntities​(Collection<String> revokedEntities)

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

        Parameters:
        revokedEntities - A list of revoked entities (including one or more of the signing profile ARN, signing job ID, and certificate hash) 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 one or more of the signing profile ARN, signing job ID, and certificate hash) supplied as input to the API.

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