Interface MessageTemplateOrderField.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MessageTemplateOrderField.Builder,
,MessageTemplateOrderField> SdkBuilder<MessageTemplateOrderField.Builder,
,MessageTemplateOrderField> SdkPojo
- Enclosing class:
MessageTemplateOrderField
@Mutable
@NotThreadSafe
public static interface MessageTemplateOrderField.Builder
extends SdkPojo, CopyableBuilder<MessageTemplateOrderField.Builder,MessageTemplateOrderField>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the message template.The order at which the message templates are sorted by.The order at which the message templates are sorted by.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the message template.
- Parameters:
name
- The name of the message template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
order
The order at which the message templates are sorted by.
- Parameters:
order
- The order at which the message templates are sorted by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
The order at which the message templates are sorted by.
- Parameters:
order
- The order at which the message templates are sorted by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-