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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FailedKeyRegistrationEntry.BuilderkeyArn(String keyArn)The ARN of the KMS key that failed to update.FailedKeyRegistrationEntry.Buildermessage(String message)A message that provides information about why aFailedKeyRegistrationEntryerror occurred.FailedKeyRegistrationEntry.BuildersenderFault(Boolean senderFault)A boolean that indicates whether aFailedKeyRegistrationEntryresulted from user error.FailedKeyRegistrationEntry.BuilderstatusCode(Integer statusCode)The HTTP status of aFailedKeyRegistrationEntryerror.-
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 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
FailedKeyRegistrationEntryerror occurred.- Parameters:
message- A message that provides information about why aFailedKeyRegistrationEntryerror 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
FailedKeyRegistrationEntryerror.- Parameters:
statusCode- The HTTP status of aFailedKeyRegistrationEntryerror.- 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
FailedKeyRegistrationEntryresulted 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 aFalseSenderFaultvalue, contact Amazon Web Services Support.- Parameters:
senderFault- A boolean that indicates whether aFailedKeyRegistrationEntryresulted 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 aFalseSenderFaultvalue, contact Amazon Web Services Support.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-