Interface FailedKeyRegistrationEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FailedKeyRegistrationEntry.Builder,
,FailedKeyRegistrationEntry> SdkBuilder<FailedKeyRegistrationEntry.Builder,
,FailedKeyRegistrationEntry> SdkPojo
- Enclosing class:
FailedKeyRegistrationEntry
@Mutable
@NotThreadSafe
public static interface FailedKeyRegistrationEntry.Builder
extends SdkPojo, CopyableBuilder<FailedKeyRegistrationEntry.Builder,FailedKeyRegistrationEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the KMS key that failed to update.A message that provides information about why aFailedKeyRegistrationEntry
error occurred.senderFault
(Boolean senderFault) A boolean that indicates whether aFailedKeyRegistrationEntry
resulted from user error.statusCode
(Integer statusCode) The HTTP status of aFailedKeyRegistrationEntry
error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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 aFailedKeyRegistrationEntry
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 aFailedKeyRegistrationEntry
error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
senderFault
A boolean that indicates whether a
FailedKeyRegistrationEntry
resulted from user error. If the value of this property isTrue
, the error was caused by user error. If the value of this property isFalse
, the error occurred on the backend. If your job continues fail and with aFalse
SenderFault
value, contact Amazon Web ServicesSupport.- Parameters:
senderFault
- A boolean that indicates whether aFailedKeyRegistrationEntry
resulted from user error. If the value of this property isTrue
, the error was caused by user error. If the value of this property isFalse
, the error occurred on the backend. If your job continues fail and with aFalse
SenderFault
value, contact Amazon Web ServicesSupport.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-