public static interface SigningJob.Builder extends SdkPojo, CopyableBuilder<SigningJob.Builder,SigningJob>
| Modifier and Type | Method and Description |
|---|---|
SigningJob.Builder |
createdAt(Instant createdAt)
The date and time that the signing job was created.
|
SigningJob.Builder |
isRevoked(Boolean isRevoked)
Indicates whether the signing job is revoked.
|
SigningJob.Builder |
jobId(String jobId)
The ID of the signing job.
|
SigningJob.Builder |
jobInvoker(String jobInvoker)
The AWS account ID of the job invoker.
|
SigningJob.Builder |
jobOwner(String jobOwner)
The AWS account ID of the job owner.
|
SigningJob.Builder |
platformDisplayName(String platformDisplayName)
The name of a signing platform.
|
SigningJob.Builder |
platformId(String platformId)
The unique identifier for a signing platform.
|
SigningJob.Builder |
profileName(String profileName)
The name of the signing profile that created a signing job.
|
SigningJob.Builder |
profileVersion(String profileVersion)
The version of the signing profile that created a signing job.
|
SigningJob.Builder |
signatureExpiresAt(Instant signatureExpiresAt)
The time when the signature of a signing job expires.
|
default SigningJob.Builder |
signedObject(Consumer<SignedObject.Builder> signedObject)
A
SignedObject structure that contains information about a signing job's signed code image. |
SigningJob.Builder |
signedObject(SignedObject signedObject)
A
SignedObject structure that contains information about a signing job's signed code image. |
default SigningJob.Builder |
signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
A
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used
for the signing job. |
SigningJob.Builder |
signingMaterial(SigningMaterial signingMaterial)
A
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used
for the signing job. |
default SigningJob.Builder |
source(Consumer<Source.Builder> source)
A
Source that contains information about a signing job's code image source. |
SigningJob.Builder |
source(Source source)
A
Source that contains information about a signing job's code image source. |
SigningJob.Builder |
status(SigningStatus status)
The status of the signing job.
|
SigningJob.Builder |
status(String status)
The status of the signing job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSigningJob.Builder jobId(String jobId)
The ID of the signing job.
jobId - The ID of the signing job.SigningJob.Builder source(Source source)
A Source that contains information about a signing job's code image source.
source - A Source that contains information about a signing job's code image source.default SigningJob.Builder source(Consumer<Source.Builder> source)
A Source that contains information about a signing job's code image source.
Source.Builder avoiding the need to
create one manually via Source.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to source(Source).
source - a consumer that will call methods on Source.Buildersource(Source)SigningJob.Builder signedObject(SignedObject signedObject)
A SignedObject structure that contains information about a signing job's signed code image.
signedObject - A SignedObject structure that contains information about a signing job's signed code
image.default SigningJob.Builder signedObject(Consumer<SignedObject.Builder> signedObject)
A SignedObject structure that contains information about a signing job's signed code image.
SignedObject.Builder avoiding the need
to create one manually via SignedObject.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to signedObject(SignedObject).
signedObject - a consumer that will call methods on SignedObject.BuildersignedObject(SignedObject)SigningJob.Builder signingMaterial(SigningMaterial signingMaterial)
A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used
for the signing job.
signingMaterial - A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate
used for the signing job.default SigningJob.Builder signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used
for the signing job.
SigningMaterial.Builder avoiding the
need to create one manually via SigningMaterial.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to signingMaterial(SigningMaterial).
signingMaterial - a consumer that will call methods on SigningMaterial.BuildersigningMaterial(SigningMaterial)SigningJob.Builder createdAt(Instant createdAt)
The date and time that the signing job was created.
createdAt - The date and time that the signing job was created.SigningJob.Builder status(String status)
The status of the signing job.
status - The status of the signing job.SigningStatus,
SigningStatusSigningJob.Builder status(SigningStatus status)
The status of the signing job.
status - The status of the signing job.SigningStatus,
SigningStatusSigningJob.Builder isRevoked(Boolean isRevoked)
Indicates whether the signing job is revoked.
isRevoked - Indicates whether the signing job is revoked.SigningJob.Builder profileName(String profileName)
The name of the signing profile that created a signing job.
profileName - The name of the signing profile that created a signing job.SigningJob.Builder profileVersion(String profileVersion)
The version of the signing profile that created a signing job.
profileVersion - The version of the signing profile that created a signing job.SigningJob.Builder platformId(String platformId)
The unique identifier for a signing platform.
platformId - The unique identifier for a signing platform.SigningJob.Builder platformDisplayName(String platformDisplayName)
The name of a signing platform.
platformDisplayName - The name of a signing platform.SigningJob.Builder signatureExpiresAt(Instant signatureExpiresAt)
The time when the signature of a signing job expires.
signatureExpiresAt - The time when the signature of a signing job expires.SigningJob.Builder jobOwner(String jobOwner)
The AWS account ID of the job owner.
jobOwner - The AWS account ID of the job owner.SigningJob.Builder jobInvoker(String jobInvoker)
The AWS account ID of the job invoker.
jobInvoker - The AWS account ID of the job invoker.Copyright © 2022. All rights reserved.