Interface BatchResultErrorEntry.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchResultErrorEntry.Builder,,BatchResultErrorEntry> SdkBuilder<BatchResultErrorEntry.Builder,,BatchResultErrorEntry> SdkPojo
- Enclosing class:
 BatchResultErrorEntry
public static interface BatchResultErrorEntry.Builder
extends SdkPojo, CopyableBuilder<BatchResultErrorEntry.Builder,BatchResultErrorEntry> 
- 
Method Summary
Modifier and TypeMethodDescriptionAn error code representing why the action failed on this entry.TheIdof an entry in a batch request.A message explaining why the action failed on this entry.senderFault(Boolean senderFault) Specifies whether the error happened due to the caller of the batch API action.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
- 
id
The
Idof an entry in a batch request.- Parameters:
 id- TheIdof an entry in a batch request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
senderFault
Specifies whether the error happened due to the caller of the batch API action.
- Parameters:
 senderFault- Specifies whether the error happened due to the caller of the batch API action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
code
An error code representing why the action failed on this entry.
- Parameters:
 code- An error code representing why the action failed on this entry.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
message
A message explaining why the action failed on this entry.
- Parameters:
 message- A message explaining why the action failed on this entry.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -