Class SigningJob
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SigningJob.Builder,SigningJob>
Contains information about a signing job.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SigningJob.Builderbuilder()final InstantThe date and time that the signing job was created.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanIndicates whether the signing job is revoked.final StringjobId()The ID of the signing job.final StringThe AWS account ID of the job invoker.final StringjobOwner()The AWS account ID of the job owner.final StringThe name of a signing platform.final StringThe unique identifier for a signing platform.final StringThe name of the signing profile that created a signing job.final StringThe version of the signing profile that created a signing job.static Class<? extends SigningJob.Builder> final InstantThe time when the signature of a signing job expires.final SignedObjectASignedObjectstructure that contains information about a signing job's signed code image.final SigningMaterialASigningMaterialobject that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.final Sourcesource()ASourcethat contains information about a signing job's code image source.final SigningStatusstatus()The status of the signing job.final StringThe status of the signing job.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
jobId
-
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
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
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
The date and time that the signing job was created.
- Returns:
- The date and time that the signing job was created.
-
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:
-
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:
-
isRevoked
Indicates whether the signing job is revoked.
- Returns:
- Indicates whether the signing job is revoked.
-
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
The version of the signing profile that created a signing job.
- Returns:
- The version of the signing profile that created a signing job.
-
platformId
The unique identifier for a signing platform.
- Returns:
- The unique identifier for a signing platform.
-
platformDisplayName
The name of a signing platform.
- Returns:
- The name of a signing platform.
-
signatureExpiresAt
The time when the signature of a signing job expires.
- Returns:
- The time when the signature of a signing job expires.
-
jobOwner
The AWS account ID of the job owner.
- Returns:
- The AWS account ID of the job owner.
-
jobInvoker
The AWS account ID of the job invoker.
- Returns:
- The AWS account ID of the job invoker.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<SigningJob.Builder,SigningJob> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-