Interface GetRevocationStatusResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetRevocationStatusResponse.Builder,GetRevocationStatusResponse>, SdkBuilder<GetRevocationStatusResponse.Builder,GetRevocationStatusResponse>, SdkPojo, SdkResponse.Builder, SignerResponse.Builder
Enclosing class:
GetRevocationStatusResponse

public static interface GetRevocationStatusResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<GetRevocationStatusResponse.Builder,GetRevocationStatusResponse>
  • Method Details

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