Interface FieldError.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FieldError.Builder,,FieldError> SdkBuilder<FieldError.Builder,,FieldError> SdkPojo
- Enclosing class:
 FieldError
public static interface FieldError.Builder
extends SdkPojo, CopyableBuilder<FieldError.Builder,FieldError> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe error code from getting a field.The field identifier that caused the error.The error message from getting a field.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, sdkFields 
- 
Method Details
- 
errorCode
The error code from getting a field.
- Parameters:
 errorCode- The error code from getting a field.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
id
The field identifier that caused the error.
- Parameters:
 id- The field identifier that caused the error.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
message
The error message from getting a field.
- Parameters:
 message- The error message from getting a field.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -