Interface FailedKeyRegistrationEntry.Builder

    • Method Detail

      • keyArn

        FailedKeyRegistrationEntry.Builder keyArn​(String 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

        FailedKeyRegistrationEntry.Builder message​(String 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

        FailedKeyRegistrationEntry.Builder statusCode​(Integer 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 Services Support.

        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 Services Support.
        Returns:
        Returns a reference to this object so that method calls can be chained together.