Interface GetRevocationStatusRequest.Builder

  • Method Details

    • signatureTimestamp

      GetRevocationStatusRequest.Builder signatureTimestamp(Instant 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

      GetRevocationStatusRequest.Builder profileVersionArn(String 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

      GetRevocationStatusRequest.Builder certificateHashes(Collection<String> 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

      GetRevocationStatusRequest.Builder certificateHashes(String... 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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.