Interface FieldOptionError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FieldOptionError.Builder,
,FieldOptionError> SdkBuilder<FieldOptionError.Builder,
,FieldOptionError> SdkPojo
- Enclosing class:
FieldOptionError
@Mutable
@NotThreadSafe
public static interface FieldOptionError.Builder
extends SdkPojo, CopyableBuilder<FieldOptionError.Builder,FieldOptionError>
-
Method Summary
Modifier and TypeMethodDescriptionError code from creating or updating field option.Error message from creating or updating field option.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-