Interface FileValidationMessage.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FileValidationMessage.Builder,,- FileValidationMessage> - SdkBuilder<FileValidationMessage.Builder,,- FileValidationMessage> - SdkPojo
- Enclosing class:
- FileValidationMessage
@Mutable
@NotThreadSafe
public static interface FileValidationMessage.Builder
extends SdkPojo, CopyableBuilder<FileValidationMessage.Builder,FileValidationMessage> 
- 
Method SummaryModifier and TypeMethodDescriptionThe message content.The message title.The message type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
titleThe message title. - Parameters:
- title- The message title.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
contentThe message content. - Parameters:
- content- The message content.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeThe message type. - Parameters:
- type- The message type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-