Interface RecordError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecordError.Builder,RecordError>,SdkBuilder<RecordError.Builder,RecordError>,SdkPojo
- Enclosing class:
- RecordError
public static interface RecordError.Builder extends SdkPojo, CopyableBuilder<RecordError.Builder,RecordError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordError.Buildercode(String code)The numeric value of the error.RecordError.Builderdescription(String description)The description of the error.-
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
-
code
RecordError.Builder code(String code)
The numeric value of the error.
- Parameters:
code- The numeric value of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
RecordError.Builder description(String description)
The description of the error.
- Parameters:
description- The description of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-