@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 final String jobId()
The ID of the signing job.
public final 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 final 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 final 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 final Instant createdAt()
The date and time that the signing job was created.
public final 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 final 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 final Boolean isRevoked()
Indicates whether the signing job is revoked.
public final String profileName()
The name of the signing profile that created a signing job.
public final String profileVersion()
The version of the signing profile that created a signing job.
public final String platformId()
The unique identifier for a signing platform.
public final String platformDisplayName()
The name of a signing platform.
public final Instant signatureExpiresAt()
The time when the signature of a signing job expires.
public final String jobOwner()
The AWS account ID of the job owner.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2020. All rights reserved.