public static interface GetRevocationStatusResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<GetRevocationStatusResponse.Builder,GetRevocationStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRevocationStatusResponse.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.
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.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.
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.Copyright © 2023. All rights reserved.