Interface BusinessValidationError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BusinessValidationError.Builder,,BusinessValidationError> SdkBuilder<BusinessValidationError.Builder,,BusinessValidationError> SdkPojo
- Enclosing class:
BusinessValidationError
@Mutable
@NotThreadSafe
public static interface BusinessValidationError.Builder
extends SdkPojo, CopyableBuilder<BusinessValidationError.Builder,BusinessValidationError>
-
Method Summary
Modifier and TypeMethodDescriptionA code identifying the specific business validation error.code(BusinessValidationCode code) A code identifying the specific business validation error.A description of the business validation error.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, sdkFieldNameToField, sdkFields
-
Method Details
-
message
A description of the business validation error.
- Parameters:
message- A description of the business validation error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
A code identifying the specific business validation error.
- Parameters:
code- A code identifying the specific business validation error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
A code identifying the specific business validation error.
- Parameters:
code- A code identifying the specific business validation error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-