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