public static interface SignPayloadResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<SignPayloadResponse.Builder,SignPayloadResponse>
| Modifier and Type | Method and Description |
|---|---|
SignPayloadResponse.Builder |
jobId(String jobId)
Unique identifier of the signing job.
|
SignPayloadResponse.Builder |
jobOwner(String jobOwner)
The AWS account ID of the job owner.
|
SignPayloadResponse.Builder |
metadata(Map<String,String> metadata)
Information including the signing profile ARN and the signing job ID.
|
SignPayloadResponse.Builder |
signature(SdkBytes signature)
A cryptographic signature.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSignPayloadResponse.Builder jobId(String jobId)
Unique identifier of the signing job.
jobId - Unique identifier of the signing job.SignPayloadResponse.Builder jobOwner(String jobOwner)
The AWS account ID of the job owner.
jobOwner - The AWS account ID of the job owner.SignPayloadResponse.Builder metadata(Map<String,String> metadata)
Information including the signing profile ARN and the signing job ID. Clients use metadata to signature records, for example, as annotations added to the signature manifest inside an OCI registry.
metadata - Information including the signing profile ARN and the signing job ID. Clients use metadata to
signature records, for example, as annotations added to the signature manifest inside an OCI registry.SignPayloadResponse.Builder signature(SdkBytes signature)
A cryptographic signature.
signature - A cryptographic signature.Copyright © 2023. All rights reserved.