Class SigningJob
- java.lang.Object
-
- software.amazon.awssdk.services.signer.model.SigningJob
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SigningJob.Builder,SigningJob>
@Generated("software.amazon.awssdk:codegen") public final class SigningJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SigningJob.Builder,SigningJob>
Contains information about a signing job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSigningJob.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SigningJob.Builderbuilder()InstantcreatedAt()The date and time that the signing job was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisRevoked()Indicates whether the signing job is revoked.StringjobId()The ID of the signing job.StringjobInvoker()The AWS account ID of the job invoker.StringjobOwner()The AWS account ID of the job owner.StringplatformDisplayName()The name of a signing platform.StringplatformId()The unique identifier for a signing platform.StringprofileName()The name of the signing profile that created a signing job.StringprofileVersion()The version of the signing profile that created a signing job.List<SdkField<?>>sdkFields()static Class<? extends SigningJob.Builder>serializableBuilderClass()InstantsignatureExpiresAt()The time when the signature of a signing job expires.SignedObjectsignedObject()ASignedObjectstructure that contains information about a signing job's signed code image.SigningMaterialsigningMaterial()ASigningMaterialobject that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.Sourcesource()ASourcethat contains information about a signing job's code image source.SigningStatusstatus()The status of the signing job.StringstatusAsString()The status of the signing job.SigningJob.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
jobId
public final String jobId()
The ID of the signing job.
- Returns:
- The ID of the signing job.
-
source
public final Source source()
A
Sourcethat contains information about a signing job's code image source.- Returns:
- A
Sourcethat contains information about a signing job's code image source.
-
signedObject
public final SignedObject signedObject()
A
SignedObjectstructure that contains information about a signing job's signed code image.- Returns:
- A
SignedObjectstructure that contains information about a signing job's signed code image.
-
signingMaterial
public final SigningMaterial signingMaterial()
A
SigningMaterialobject that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.- Returns:
- A
SigningMaterialobject that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.
-
createdAt
public final Instant createdAt()
The date and time that the signing job was created.
- Returns:
- The date and time that the signing job was created.
-
status
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,
statuswill returnSigningStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the signing job.
- See Also:
SigningStatus
-
statusAsString
public 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,
statuswill returnSigningStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the signing job.
- See Also:
SigningStatus
-
isRevoked
public final Boolean isRevoked()
Indicates whether the signing job is revoked.
- Returns:
- Indicates whether the signing job is revoked.
-
profileName
public final String profileName()
The name of the signing profile that created a signing job.
- Returns:
- The name of the signing profile that created a signing job.
-
profileVersion
public final String profileVersion()
The version of the signing profile that created a signing job.
- Returns:
- The version of the signing profile that created a signing job.
-
platformId
public final String platformId()
The unique identifier for a signing platform.
- Returns:
- The unique identifier for a signing platform.
-
platformDisplayName
public final String platformDisplayName()
The name of a signing platform.
- Returns:
- The name of a signing platform.
-
signatureExpiresAt
public final Instant signatureExpiresAt()
The time when the signature of a signing job expires.
- Returns:
- The time when the signature of a signing job expires.
-
jobOwner
public final String jobOwner()
The AWS account ID of the job owner.
- Returns:
- The AWS account ID of the job owner.
-
jobInvoker
public final String jobInvoker()
The AWS account ID of the job invoker.
- Returns:
- The AWS account ID of the job invoker.
-
toBuilder
public SigningJob.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SigningJob.Builder,SigningJob>
-
builder
public static SigningJob.Builder builder()
-
serializableBuilderClass
public static Class<? extends SigningJob.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-