@Generated(value="software.amazon.awssdk:codegen") public final class SigningJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SigningJob.Builder,SigningJob>
Contains information about a signing job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SigningJob.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SigningJob.Builder |
builder() |
Instant |
createdAt()
The date and time that the signing job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isRevoked()
Indicates whether the signing job is revoked.
|
String |
jobId()
The ID of the signing job.
|
String |
jobInvoker()
The AWS account ID of the job invoker.
|
String |
jobOwner()
The AWS account ID of the job owner.
|
String |
platformDisplayName()
The name of a signing platform.
|
String |
platformId()
The unique identifier for a signing platform.
|
String |
profileName()
The name of the signing profile that created a signing job.
|
String |
profileVersion()
The version of the signing profile that created a signing job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SigningJob.Builder> |
serializableBuilderClass() |
Instant |
signatureExpiresAt()
The time when the signature of a signing job expires.
|
SignedObject |
signedObject()
A
SignedObject structure that contains information about a signing job's signed code image. |
SigningMaterial |
signingMaterial()
A
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job. |
Source |
source()
A
Source that contains information about a signing job's code image source. |
SigningStatus |
status()
The status of the signing job.
|
String |
statusAsString()
The status of the signing job.
|
SigningJob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String jobId()
The ID of the signing job.
public Source source()
A Source that contains information about a signing job's code image source.
Source that contains information about a signing job's code image source.public SignedObject signedObject()
A SignedObject structure that contains information about a signing job's signed code image.
SignedObject structure that contains information about a signing job's signed code image.public SigningMaterial signingMaterial()
A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job.
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate
used for the signing job.public Instant createdAt()
The date and time that the signing job was created.
public SigningStatus status()
The status of the signing job.
If the service returns an enum value that is not available in the current SDK version, status will
return SigningStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
SigningStatuspublic String statusAsString()
The status of the signing job.
If the service returns an enum value that is not available in the current SDK version, status will
return SigningStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
SigningStatuspublic Boolean isRevoked()
Indicates whether the signing job is revoked.
public String profileName()
The name of the signing profile that created a signing job.
public String profileVersion()
The version of the signing profile that created a signing job.
public String platformId()
The unique identifier for a signing platform.
public String platformDisplayName()
The name of a signing platform.
public Instant signatureExpiresAt()
The time when the signature of a signing job expires.
public String jobOwner()
The AWS account ID of the job owner.
public String jobInvoker()
The AWS account ID of the job invoker.
public SigningJob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SigningJob.Builder,SigningJob>public static SigningJob.Builder builder()
public static Class<? extends SigningJob.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.