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