Interface SignPayloadResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<SignPayloadResponse.Builder,SignPayloadResponse>, SdkBuilder<SignPayloadResponse.Builder,SignPayloadResponse>, SdkPojo, SdkResponse.Builder, SignerResponse.Builder
Enclosing class:
SignPayloadResponse

public static interface SignPayloadResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<SignPayloadResponse.Builder,SignPayloadResponse>
  • 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. Clients use metadata to signature records, for example, as annotations added to the signature manifest inside an OCI registry.

      Parameters:
      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.
      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.