@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.073Z") @Stability(value=Experimental) public interface AddHeaderProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddHeaderProps.Builder
A builder for
AddHeaderProps |
static class |
AddHeaderProps.Jsii$Proxy
An implementation for
AddHeaderProps |
| Modifier and Type | Method and Description |
|---|---|
static AddHeaderProps.Builder |
builder() |
String |
getName()
(experimental) The name of the header to add.
|
String |
getValue()
(experimental) The value of the header to add.
|
@Stability(value=Experimental) @NotNull String getName()
Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
@Stability(value=Experimental) @NotNull String getValue()
Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").
@Stability(value=Experimental) static AddHeaderProps.Builder builder()
AddHeaderProps.Builder of AddHeaderPropsCopyright © 2021. All rights reserved.