Interface ImageSigningStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImageSigningStatus.Builder,,ImageSigningStatus> SdkBuilder<ImageSigningStatus.Builder,,ImageSigningStatus> SdkPojo
- Enclosing class:
ImageSigningStatus
-
Method Summary
Modifier and TypeMethodDescriptionfailureCode(String failureCode) The failure code, which is only present ifstatusisFAILED.failureReason(String failureReason) A description of why signing the image failed.signingProfileArn(String signingProfileArn) The ARN of the Amazon Web Services Signer signing profile used to sign the image.The image's signing status.status(SigningStatus status) The image's signing status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
signingProfileArn
The ARN of the Amazon Web Services Signer signing profile used to sign the image.
- Parameters:
signingProfileArn- The ARN of the Amazon Web Services Signer signing profile used to sign the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureCode
The failure code, which is only present if
statusisFAILED.- Parameters:
failureCode- The failure code, which is only present ifstatusisFAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
A description of why signing the image failed. This field is only present if
statusisFAILED.- Parameters:
failureReason- A description of why signing the image failed. This field is only present ifstatusisFAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The image's signing status. Possible values are:
-
IN_PROGRESS- Signing is currently in progress. -
COMPLETE- The signature was successfully generated. -
FAILED- Signing failed. SeefailureCodeandfailureReasonfor details.
- Parameters:
status- The image's signing status. Possible values are:-
IN_PROGRESS- Signing is currently in progress. -
COMPLETE- The signature was successfully generated. -
FAILED- Signing failed. SeefailureCodeandfailureReasonfor details.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The image's signing status. Possible values are:
-
IN_PROGRESS- Signing is currently in progress. -
COMPLETE- The signature was successfully generated. -
FAILED- Signing failed. SeefailureCodeandfailureReasonfor details.
- Parameters:
status- The image's signing status. Possible values are:-
IN_PROGRESS- Signing is currently in progress. -
COMPLETE- The signature was successfully generated. -
FAILED- Signing failed. SeefailureCodeandfailureReasonfor details.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-