Interface FailedKeyRegistrationEntry.Builder

  • Method Details

    • keyArn

      The ARN of the KMS key that failed to update.

      Parameters:
      keyArn - The ARN of the KMS key that failed to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      A message that provides information about why a FailedKeyRegistrationEntry error occurred.

      Parameters:
      message - A message that provides information about why a FailedKeyRegistrationEntry error occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusCode

      The HTTP status of a FailedKeyRegistrationEntry error.

      Parameters:
      statusCode - The HTTP status of a FailedKeyRegistrationEntry error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • senderFault

      FailedKeyRegistrationEntry.Builder senderFault(Boolean senderFault)

      A boolean that indicates whether a FailedKeyRegistrationEntry resulted from user error. If the value of this property is True, the error was caused by user error. If the value of this property is False, the error occurred on the backend. If your job continues fail and with a False SenderFault value, contact Amazon Web ServicesSupport.

      Parameters:
      senderFault - A boolean that indicates whether a FailedKeyRegistrationEntry resulted from user error. If the value of this property is True, the error was caused by user error. If the value of this property is False, the error occurred on the backend. If your job continues fail and with a False SenderFault value, contact Amazon Web ServicesSupport.
      Returns:
      Returns a reference to this object so that method calls can be chained together.