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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReadSetBatchError.Buildercode(String code)The error's code.ReadSetBatchError.Builderid(String id)The error's ID.ReadSetBatchError.Buildermessage(String message)The error's message.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
ReadSetBatchError.Builder id(String 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
ReadSetBatchError.Builder code(String 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
ReadSetBatchError.Builder message(String 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.
-
-