Interface BatchUserErrorResponseItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchUserErrorResponseItem.Builder,,BatchUserErrorResponseItem> SdkBuilder<BatchUserErrorResponseItem.Builder,,BatchUserErrorResponseItem> SdkPojo
- Enclosing class:
BatchUserErrorResponseItem
@Mutable
@NotThreadSafe
public static interface BatchUserErrorResponseItem.Builder
extends SdkPojo, CopyableBuilder<BatchUserErrorResponseItem.Builder,BatchUserErrorResponseItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe field that caused the error.A description of why the user operation failed.The user ID associated with the failed operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
field
The field that caused the error.
- Parameters:
field- The field that caused the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
A description of why the user operation failed.
- Parameters:
reason- A description of why the user operation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
The user ID associated with the failed operation.
- Parameters:
userId- The user ID associated with the failed operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-