Interface ItemError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ItemError.Builder,,ItemError> SdkBuilder<ItemError.Builder,,ItemError> SdkPojo
- Enclosing class:
ItemError
@Mutable
@NotThreadSafe
public static interface ItemError.Builder
extends SdkPojo, CopyableBuilder<ItemError.Builder,ItemError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.itemIdentifier(String itemIdentifier) The identifier of the item that caused the error.The error message.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
-
itemIdentifier
The identifier of the item that caused the error.
- Parameters:
itemIdentifier- The identifier of the item that caused the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The error code.
- Parameters:
code- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The error message.
- Parameters:
message- The error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-