Interface UnsuccessfulItemError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UnsuccessfulItemError.Builder,
,UnsuccessfulItemError> SdkBuilder<UnsuccessfulItemError.Builder,
,UnsuccessfulItemError> SdkPojo
- Enclosing class:
UnsuccessfulItemError
public static interface UnsuccessfulItemError.Builder
extends SdkPojo, CopyableBuilder<UnsuccessfulItemError.Builder,UnsuccessfulItemError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.The error message accompanying the error code.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.
- Parameters:
code
- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The error message accompanying the error code.
- Parameters:
message
- The error message accompanying the error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-