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.
|
AddHeaderAction.Builder |
headerValue(String headerValue)
Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AddHeaderAction.Builder headerName(String headerName)
The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
headerName
- The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of
alphanumeric (a-z, A-Z, 0-9) characters and dashes only.AddHeaderAction.Builder headerValue(String headerValue)
Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").
headerValue
- Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").Copyright © 2022. All rights reserved.