Interface ImageSigningStatus.Builder

  • Method Details

    • signingProfileArn

      ImageSigningStatus.Builder signingProfileArn(String 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

      ImageSigningStatus.Builder failureCode(String failureCode)

      The failure code, which is only present if status is FAILED.

      Parameters:
      failureCode - The failure code, which is only present if status is FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureReason

      ImageSigningStatus.Builder failureReason(String failureReason)

      A description of why signing the image failed. This field is only present if status is FAILED.

      Parameters:
      failureReason - A description of why signing the image failed. This field is only present if status is FAILED.
      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. See failureCode and failureReason for 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. See failureCode and failureReason for 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. See failureCode and failureReason for 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. See failureCode and failureReason for details.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: