Interface ValidationMessage.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ValidationMessage.Builder,,ValidationMessage> SdkBuilder<ValidationMessage.Builder,,ValidationMessage> SdkPojo
- Enclosing class:
 ValidationMessage
- 
Method Summary
Modifier and TypeMethodDescriptionA message describing the error or warning.The namespace to which the option belongs.optionName(String optionName) The name of the option.An indication of the severity of this message:severity(ValidationSeverity severity) An indication of the severity of this 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
A message describing the error or warning.
- Parameters:
 message- A message describing the error or warning.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
severity
An indication of the severity of this message:
- 
 
error: This message indicates that this is not a valid setting for an option. - 
 
warning: This message is providing information you should take into account. 
- Parameters:
 severity- An indication of the severity of this message:- 
        
error: This message indicates that this is not a valid setting for an option. - 
        
warning: This message is providing information you should take into account. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
severity
An indication of the severity of this message:
- 
 
error: This message indicates that this is not a valid setting for an option. - 
 
warning: This message is providing information you should take into account. 
- Parameters:
 severity- An indication of the severity of this message:- 
        
error: This message indicates that this is not a valid setting for an option. - 
        
warning: This message is providing information you should take into account. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
namespace
The namespace to which the option belongs.
- Parameters:
 namespace- The namespace to which the option belongs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
optionName
The name of the option.
- Parameters:
 optionName- The name of the option.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -