Interface GetRevocationStatusRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetRevocationStatusRequest.Builder,,GetRevocationStatusRequest> SdkBuilder<GetRevocationStatusRequest.Builder,,GetRevocationStatusRequest> SdkPojo,SdkRequest.Builder,SignerDataRequest.Builder
- Enclosing class:
GetRevocationStatusRequest
@Mutable
@NotThreadSafe
public static interface GetRevocationStatusRequest.Builder
extends SignerDataRequest.Builder, SdkPojo, CopyableBuilder<GetRevocationStatusRequest.Builder,GetRevocationStatusRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateHashes(String... certificateHashes) List of certificate hashes to check for revocation.certificateHashes(Collection<String> certificateHashes) List of certificate hashes to check for revocation.The ARN of the signing job that produced the signature.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.platformId(String platformId) The platform identifier for the signing platform used.profileVersionArn(String profileVersionArn) The ARN of the signing profile version used to sign the artifact.signatureTimestamp(Instant signatureTimestamp) The timestamp when the artifact was signed, in ISO 8601 format.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.signerdata.model.SignerDataRequest.Builder
build
-
Method Details
-
signatureTimestamp
The timestamp when the artifact was signed, in ISO 8601 format.
- Parameters:
signatureTimestamp- The timestamp when the artifact was signed, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformId
The platform identifier for the signing platform used.
- Parameters:
platformId- The platform identifier for the signing platform used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileVersionArn
The ARN of the signing profile version used to sign the artifact.
- Parameters:
profileVersionArn- The ARN of the signing profile version used to sign the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobArn
The ARN of the signing job that produced the signature.
- Parameters:
jobArn- The ARN of the signing job that produced the signature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateHashes
List of certificate hashes to check for revocation.
- Parameters:
certificateHashes- List of certificate hashes to check for revocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateHashes
List of certificate hashes to check for revocation.
- Parameters:
certificateHashes- List of certificate hashes to check for revocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetRevocationStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetRevocationStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-