public static interface ExtensionField.Builder extends SdkPojo, CopyableBuilder<ExtensionField.Builder,ExtensionField>
Modifier and Type | Method and Description |
---|---|
ExtensionField.Builder |
name(String name)
The name of the header to add.
|
ExtensionField.Builder |
value(String value)
The value of the header to add.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ExtensionField.Builder name(String name)
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.
name
- 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.ExtensionField.Builder value(String value)
The value of the header to add. Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").
value
- The value of the header to add. Must be less than 2048 characters, and must not contain newline
characters ("\r" or "\n").Copyright © 2022. All rights reserved.