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