Interface BatchItemError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchItemError.Builder,
,BatchItemError> SdkBuilder<BatchItemError.Builder,
,BatchItemError> SdkPojo
- Enclosing class:
BatchItemError
public static interface BatchItemError.Builder
extends SdkPojo, CopyableBuilder<BatchItemError.Builder,BatchItemError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code associated with the batch request error.code
(BatchItemErrorCode code) The error code associated with the batch request error.A message with the reason for the batch request 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, sdkFields
-
Method Details
-
code
The error code associated with the batch request error.
- Parameters:
code
- The error code associated with the batch request error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The error code associated with the batch request error.
- Parameters:
code
- The error code associated with the batch request error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A message with the reason for the batch request error.
- Parameters:
message
- A message with the reason for the batch request error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-