Interface FieldOptionError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FieldOptionError.Builder,FieldOptionError>,SdkBuilder<FieldOptionError.Builder,FieldOptionError>,SdkPojo
- Enclosing class:
- FieldOptionError
public static interface FieldOptionError.Builder extends SdkPojo, CopyableBuilder<FieldOptionError.Builder,FieldOptionError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldOptionError.BuildererrorCode(String errorCode)Error code from creating or updating field option.FieldOptionError.Buildermessage(String message)Error message from creating or updating field option.FieldOptionError.Buildervalue(String value)The field option value that caused 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, sdkFields
-
-
-
-
Method Detail
-
errorCode
FieldOptionError.Builder errorCode(String errorCode)
Error code from creating or updating field option.
- Parameters:
errorCode- Error code from creating or updating field option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
FieldOptionError.Builder message(String message)
Error message from creating or updating field option.
- Parameters:
message- Error message from creating or updating field option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
FieldOptionError.Builder value(String value)
The field option value that caused the error.
- Parameters:
value- The field option value that caused the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-