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.
|
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 |
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 |
requestedBy(String requestedBy)
The IAM principal that requested the signing job.
|
default DescribeSigningJobResponse.Builder |
signedObject(Consumer<SignedObject.Builder> signedObject)
Name of the S3 bucket where the signed code image is saved by AWS Signer.
|
DescribeSigningJobResponse.Builder |
signedObject(SignedObject signedObject)
Name of the S3 bucket where the signed code image is saved by AWS Signer.
|
default DescribeSigningJobResponse.Builder |
signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
Amazon Resource Name (ARN) of your code signing certificate.
|
DescribeSigningJobResponse.Builder |
signingMaterial(SigningMaterial signingMaterial)
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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeSigningJobResponse.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 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.Builder
source(Source)
DescribeSigningJobResponse.Builder signingMaterial(SigningMaterial signingMaterial)
Amazon Resource Name (ARN) of your code signing certificate.
signingMaterial
- Amazon Resource Name (ARN) of your code signing certificate.default DescribeSigningJobResponse.Builder signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
Amazon Resource Name (ARN) of your code signing certificate.
This is a convenience 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.Builder
signingMaterial(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 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 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 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.Builder
overrides(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 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
,
SigningStatus
DescribeSigningJobResponse.Builder status(SigningStatus status)
Status of the signing job.
status
- Status of the signing job.SigningStatus
,
SigningStatus
DescribeSigningJobResponse.Builder statusReason(String statusReason)
String value that contains the status reason.
statusReason
- String value that contains the status reason.DescribeSigningJobResponse.Builder signedObject(SignedObject signedObject)
Name of the S3 bucket where the signed code image is saved by AWS Signer.
signedObject
- Name of the S3 bucket where the signed code image is saved by AWS Signer.default DescribeSigningJobResponse.Builder signedObject(Consumer<SignedObject.Builder> signedObject)
Name of the S3 bucket where the signed code image is saved by AWS Signer.
This is a convenience 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.Builder
signedObject(SignedObject)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.