Interface GetRevocationStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetRevocationStatusRequest.Builder,GetRevocationStatusRequest>,SdkBuilder<GetRevocationStatusRequest.Builder,GetRevocationStatusRequest>,SdkPojo,SdkRequest.Builder,SignerRequest.Builder
- Enclosing class:
- GetRevocationStatusRequest
public static interface GetRevocationStatusRequest.Builder extends SignerRequest.Builder, SdkPojo, CopyableBuilder<GetRevocationStatusRequest.Builder,GetRevocationStatusRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.signer.model.SignerRequest.Builder
build
-
-
-
-
Method Detail
-
signatureTimestamp
GetRevocationStatusRequest.Builder signatureTimestamp(Instant signatureTimestamp)
The timestamp of the signature that validates the profile or job.
- Parameters:
signatureTimestamp- The timestamp of the signature that validates the profile or job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformId
GetRevocationStatusRequest.Builder platformId(String platformId)
The ID of a signing platform.
- Parameters:
platformId- The ID of a signing platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileVersionArn
GetRevocationStatusRequest.Builder profileVersionArn(String profileVersionArn)
The version of a signing profile.
- Parameters:
profileVersionArn- The version of a signing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobArn
GetRevocationStatusRequest.Builder jobArn(String jobArn)
The ARN of a signing job.
- Parameters:
jobArn- The ARN of a signing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateHashes
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateHashes
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetRevocationStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetRevocationStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-