public static interface AddHeaderAction.Builder extends SdkPojo, CopyableBuilder<AddHeaderAction.Builder,AddHeaderAction>
| Modifier and Type | Method and Description |
|---|---|
AddHeaderAction.Builder |
headerName(String headerName)
The name of the header to add to the incoming message.
|
AddHeaderAction.Builder |
headerValue(String headerValue)
The content to include in the header.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAddHeaderAction.Builder headerName(String headerName)
The name of the header to add to the incoming message. The name must contain at least one character, and can contain up to 50 characters. It consists of alphanumeric (a–z, A–Z, 0–9) characters and dashes.
headerName - The name of the header to add to the incoming message. The name must contain at least one character,
and can contain up to 50 characters. It consists of alphanumeric (a–z, A–Z, 0–9) characters and
dashes.AddHeaderAction.Builder headerValue(String headerValue)
The content to include in the header. This value can contain up to 2048 characters. It can't contain newline
(\n) or carriage return (\r) characters.
headerValue - The content to include in the header. This value can contain up to 2048 characters. It can't contain
newline (\n) or carriage return (\r) characters.Copyright © 2023. All rights reserved.