public static interface DescribeSigningJobResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<DescribeSigningJobResponse.Builder,DescribeSigningJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSigningJobResponse.Builder |
completedAt(Instant completedAt)
Date and time that the signing job was completed.
|
DescribeSigningJobResponse.Builder |
createdAt(Instant createdAt)
Date and time that the signing job was created.
|
DescribeSigningJobResponse.Builder |
jobId(String jobId)
The ID of the signing job on output.
|
DescribeSigningJobResponse.Builder |
jobInvoker(String jobInvoker)
The IAM entity that initiated the signing job.
|
DescribeSigningJobResponse.Builder |
jobOwner(String jobOwner)
The AWS account ID of the job owner.
|
default DescribeSigningJobResponse.Builder |
overrides(Consumer<SigningPlatformOverrides.Builder> overrides)
A list of any overrides that were applied to the signing operation.
|
DescribeSigningJobResponse.Builder |
overrides(SigningPlatformOverrides overrides)
A list of any overrides that were applied to the signing operation.
|
DescribeSigningJobResponse.Builder |
platformDisplayName(String platformDisplayName)
A human-readable name for the signing platform associated with the signing job.
|
DescribeSigningJobResponse.Builder |
platformId(String platformId)
The microcontroller platform to which your signed code image will be distributed.
|
DescribeSigningJobResponse.Builder |
profileName(String profileName)
The name of the profile that initiated the signing operation.
|
DescribeSigningJobResponse.Builder |
profileVersion(String profileVersion)
The version of the signing profile used to initiate the signing job.
|
DescribeSigningJobResponse.Builder |
requestedBy(String requestedBy)
The IAM principal that requested the signing job.
|
default DescribeSigningJobResponse.Builder |
revocationRecord(Consumer<SigningJobRevocationRecord.Builder> revocationRecord)
A revocation record if the signature generated by the signing job has been revoked.
|
DescribeSigningJobResponse.Builder |
revocationRecord(SigningJobRevocationRecord revocationRecord)
A revocation record if the signature generated by the signing job has been revoked.
|
DescribeSigningJobResponse.Builder |
signatureExpiresAt(Instant signatureExpiresAt)
Thr expiration timestamp for the signature generated by the signing job.
|
default DescribeSigningJobResponse.Builder |
signedObject(Consumer<SignedObject.Builder> signedObject)
Name of the S3 bucket where the signed code image is saved by code signing.
|
DescribeSigningJobResponse.Builder |
signedObject(SignedObject signedObject)
Name of the S3 bucket where the signed code image is saved by code signing.
|
default DescribeSigningJobResponse.Builder |
signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
The Amazon Resource Name (ARN) of your code signing certificate.
|
DescribeSigningJobResponse.Builder |
signingMaterial(SigningMaterial signingMaterial)
The Amazon Resource Name (ARN) of your code signing certificate.
|
DescribeSigningJobResponse.Builder |
signingParameters(Map<String,String> signingParameters)
Map of user-assigned key-value pairs used during signing.
|
default DescribeSigningJobResponse.Builder |
source(Consumer<Source.Builder> source)
The object that contains the name of your S3 bucket or your raw code.
|
DescribeSigningJobResponse.Builder |
source(Source source)
The object that contains the name of your S3 bucket or your raw code.
|
DescribeSigningJobResponse.Builder |
status(SigningStatus status)
Status of the signing job.
|
DescribeSigningJobResponse.Builder |
status(String status)
Status of the signing job.
|
DescribeSigningJobResponse.Builder |
statusReason(String statusReason)
String value that contains the status reason.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSigningJobResponse.Builder jobId(String jobId)
The ID of the signing job on output.
jobId - The ID of the signing job on output.DescribeSigningJobResponse.Builder source(Source source)
The object that contains the name of your S3 bucket or your raw code.
source - The object that contains the name of your S3 bucket or your raw code.default DescribeSigningJobResponse.Builder source(Consumer<Source.Builder> source)
The object that contains the name of your S3 bucket or your raw code.
This is a convenience method that creates an instance of theSource.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)DescribeSigningJobResponse.Builder signingMaterial(SigningMaterial signingMaterial)
The Amazon Resource Name (ARN) of your code signing certificate.
signingMaterial - The Amazon Resource Name (ARN) of your code signing certificate.default DescribeSigningJobResponse.Builder signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
The Amazon Resource Name (ARN) of your code signing certificate.
This is a convenience method that creates an instance of theSigningMaterial.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)DescribeSigningJobResponse.Builder platformId(String platformId)
The microcontroller platform to which your signed code image will be distributed.
platformId - The microcontroller platform to which your signed code image will be distributed.DescribeSigningJobResponse.Builder platformDisplayName(String platformDisplayName)
A human-readable name for the signing platform associated with the signing job.
platformDisplayName - A human-readable name for the signing platform associated with the signing job.DescribeSigningJobResponse.Builder profileName(String profileName)
The name of the profile that initiated the signing operation.
profileName - The name of the profile that initiated the signing operation.DescribeSigningJobResponse.Builder profileVersion(String profileVersion)
The version of the signing profile used to initiate the signing job.
profileVersion - The version of the signing profile used to initiate the signing job.DescribeSigningJobResponse.Builder overrides(SigningPlatformOverrides overrides)
A list of any overrides that were applied to the signing operation.
overrides - A list of any overrides that were applied to the signing operation.default DescribeSigningJobResponse.Builder overrides(Consumer<SigningPlatformOverrides.Builder> overrides)
A list of any overrides that were applied to the signing operation.
This is a convenience method that creates an instance of theSigningPlatformOverrides.Builder
avoiding the need to create one manually via SigningPlatformOverrides.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to overrides(SigningPlatformOverrides).overrides - a consumer that will call methods on SigningPlatformOverrides.Builderoverrides(SigningPlatformOverrides)DescribeSigningJobResponse.Builder signingParameters(Map<String,String> signingParameters)
Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
signingParameters - Map of user-assigned key-value pairs used during signing. These values contain any information that
you specified for use in your signing job.DescribeSigningJobResponse.Builder createdAt(Instant createdAt)
Date and time that the signing job was created.
createdAt - Date and time that the signing job was created.DescribeSigningJobResponse.Builder completedAt(Instant completedAt)
Date and time that the signing job was completed.
completedAt - Date and time that the signing job was completed.DescribeSigningJobResponse.Builder signatureExpiresAt(Instant signatureExpiresAt)
Thr expiration timestamp for the signature generated by the signing job.
signatureExpiresAt - Thr expiration timestamp for the signature generated by the signing job.DescribeSigningJobResponse.Builder requestedBy(String requestedBy)
The IAM principal that requested the signing job.
requestedBy - The IAM principal that requested the signing job.DescribeSigningJobResponse.Builder status(String status)
Status of the signing job.
status - Status of the signing job.SigningStatus,
SigningStatusDescribeSigningJobResponse.Builder status(SigningStatus status)
Status of the signing job.
status - Status of the signing job.SigningStatus,
SigningStatusDescribeSigningJobResponse.Builder statusReason(String statusReason)
String value that contains the status reason.
statusReason - String value that contains the status reason.DescribeSigningJobResponse.Builder revocationRecord(SigningJobRevocationRecord revocationRecord)
A revocation record if the signature generated by the signing job has been revoked. Contains a timestamp and the ID of the IAM entity that revoked the signature.
revocationRecord - A revocation record if the signature generated by the signing job has been revoked. Contains a
timestamp and the ID of the IAM entity that revoked the signature.default DescribeSigningJobResponse.Builder revocationRecord(Consumer<SigningJobRevocationRecord.Builder> revocationRecord)
A revocation record if the signature generated by the signing job has been revoked. Contains a timestamp and the ID of the IAM entity that revoked the signature.
This is a convenience method that creates an instance of theSigningJobRevocationRecord.Builder
avoiding the need to create one manually via SigningJobRevocationRecord.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to revocationRecord(SigningJobRevocationRecord).revocationRecord - a consumer that will call methods on SigningJobRevocationRecord.BuilderrevocationRecord(SigningJobRevocationRecord)DescribeSigningJobResponse.Builder signedObject(SignedObject signedObject)
Name of the S3 bucket where the signed code image is saved by code signing.
signedObject - Name of the S3 bucket where the signed code image is saved by code signing.default DescribeSigningJobResponse.Builder signedObject(Consumer<SignedObject.Builder> signedObject)
Name of the S3 bucket where the signed code image is saved by code signing.
This is a convenience method that creates an instance of theSignedObject.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)DescribeSigningJobResponse.Builder jobOwner(String jobOwner)
The AWS account ID of the job owner.
jobOwner - The AWS account ID of the job owner.DescribeSigningJobResponse.Builder jobInvoker(String jobInvoker)
The IAM entity that initiated the signing job.
jobInvoker - The IAM entity that initiated the signing job.Copyright © 2022. All rights reserved.