Interface SignPayloadResponse.Builder

  • Method Details

    • jobId

      Unique identifier of the signing job.

      Parameters:
      jobId - Unique identifier of the signing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobOwner

      SignPayloadResponse.Builder jobOwner(String jobOwner)

      The AWS account ID of the job owner.

      Parameters:
      jobOwner - The AWS account ID of the job owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metadata

      Information including the signing profile ARN and the signing job ID.

      Parameters:
      metadata - Information including the signing profile ARN and the signing job ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • signature

      SignPayloadResponse.Builder signature(SdkBytes signature)

      A cryptographic signature.

      Parameters:
      signature - A cryptographic signature.
      Returns:
      Returns a reference to this object so that method calls can be chained together.