public static interface GetRevocationStatusRequest.Builder extends SignerRequest.Builder, SdkPojo, CopyableBuilder<GetRevocationStatusRequest.Builder,GetRevocationStatusRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRevocationStatusRequest.Builder signatureTimestamp(Instant signatureTimestamp)
The timestamp of the signature that validates the profile or job.
signatureTimestamp - The timestamp of the signature that validates the profile or job.GetRevocationStatusRequest.Builder platformId(String platformId)
The ID of a signing platform.
platformId - The ID of a signing platform.GetRevocationStatusRequest.Builder profileVersionArn(String profileVersionArn)
The version of a signing profile.
profileVersionArn - The version of a signing profile.GetRevocationStatusRequest.Builder jobArn(String jobArn)
The ARN of a signing job.
jobArn - The ARN of a signing job.GetRevocationStatusRequest.Builder certificateHashes(Collection<String> certificateHashes)
A list of composite signed hashes that identify certificates.
A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.
certificateHashes - A list of composite signed hashes that identify certificates.
A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.
GetRevocationStatusRequest.Builder certificateHashes(String... certificateHashes)
A list of composite signed hashes that identify certificates.
A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.
certificateHashes - A list of composite signed hashes that identify certificates.
A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.
GetRevocationStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetRevocationStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.