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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileValidationMessage.Buildercontent(String content)The message content.FileValidationMessage.Buildertitle(String title)The message title.FileValidationMessage.Buildertype(String type)The message type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
title
FileValidationMessage.Builder title(String 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
FileValidationMessage.Builder content(String 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
FileValidationMessage.Builder type(String type)
The message type.
- Parameters:
type- The message type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-