Interface MessageHeader.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MessageHeader.Builder,
,MessageHeader> SdkBuilder<MessageHeader.Builder,
,MessageHeader> SdkPojo
- Enclosing class:
MessageHeader
public static interface MessageHeader.Builder
extends SdkPojo, CopyableBuilder<MessageHeader.Builder,MessageHeader>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the message header.The value of the message header.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 Details
-
name
The name of the message header. The header name can contain up to 126 characters.
- Parameters:
name
- The name of the message header. The header name can contain up to 126 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the message header. The header value can contain up to 870 characters, including the length of any rendered attributes. For example if you add the {CreationDate} attribute, it renders as YYYY-MM-DDTHH:MM:SS.SSSZ and is 24 characters in length.
- Parameters:
value
- The value of the message header. The header value can contain up to 870 characters, including the length of any rendered attributes. For example if you add the {CreationDate} attribute, it renders as YYYY-MM-DDTHH:MM:SS.SSSZ and is 24 characters in length.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-