Interface FieldValidationMessage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FieldValidationMessage.Builder,FieldValidationMessage>,SdkBuilder<FieldValidationMessage.Builder,FieldValidationMessage>,SdkPojo
- Enclosing class:
- FieldValidationMessage
public static interface FieldValidationMessage.Builder extends SdkPojo, CopyableBuilder<FieldValidationMessage.Builder,FieldValidationMessage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldValidationMessage.Buildercontent(String content)The message content.FieldValidationMessage.BuilderfieldName(String fieldName)The field name.FieldValidationMessage.Builderidentifier(String identifier)The message ID.FieldValidationMessage.Buildertitle(String title)The message title.FieldValidationMessage.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
-
fieldName
FieldValidationMessage.Builder fieldName(String fieldName)
The field name.
- Parameters:
fieldName- The field name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
FieldValidationMessage.Builder identifier(String identifier)
The message ID.
- Parameters:
identifier- The message ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
FieldValidationMessage.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
FieldValidationMessage.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
FieldValidationMessage.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.
-
-