Interface ValidationExceptionError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ValidationExceptionError.Builder,
,ValidationExceptionError> SdkBuilder<ValidationExceptionError.Builder,
,ValidationExceptionError> SdkPojo
- Enclosing class:
ValidationExceptionError
@Mutable
@NotThreadSafe
public static interface ValidationExceptionError.Builder
extends SdkPojo, CopyableBuilder<ValidationExceptionError.Builder,ValidationExceptionError>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the error code for the invalid field value.Specifies the error code for the invalid field value.Specifies the field name with the invalid value.Specifies the detailed error message for the invalid field value.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
-
code
Specifies the error code for the invalid field value.
- Parameters:
code
- Specifies the error code for the invalid field value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
Specifies the error code for the invalid field value.
- Parameters:
code
- Specifies the error code for the invalid field value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fieldName
Specifies the field name with the invalid value.
- Parameters:
fieldName
- Specifies the field name with the invalid value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
Specifies the detailed error message for the invalid field value.
- Parameters:
message
- Specifies the detailed error message for the invalid field value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-