Interface BatchUnameErrorResponseItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchUnameErrorResponseItem.Builder,,BatchUnameErrorResponseItem> SdkBuilder<BatchUnameErrorResponseItem.Builder,,BatchUnameErrorResponseItem> SdkPojo
- Enclosing class:
BatchUnameErrorResponseItem
@Mutable
@NotThreadSafe
public static interface BatchUnameErrorResponseItem.Builder
extends SdkPojo, CopyableBuilder<BatchUnameErrorResponseItem.Builder,BatchUnameErrorResponseItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe field that caused the error.A description of why the username hash lookup failed.The username hash that failed to be looked up.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 username hash lookup failed.
- Parameters:
reason- A description of why the username hash lookup failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uname
The username hash that failed to be looked up.
- Parameters:
uname- The username hash that failed to be looked up.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-