Interface ValidationMessage.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ValidationMessage.Builder,,ValidationMessage> SdkBuilder<ValidationMessage.Builder,,ValidationMessage> SdkPojo
- Enclosing class:
 ValidationMessage
public static interface ValidationMessage.Builder
extends SdkPojo, CopyableBuilder<ValidationMessage.Builder,ValidationMessage> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe validation message.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
- 
message
The validation message.
- Parameters:
 message- The validation message.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -