CopyableBuilder<AddHeaderAction.Builder,AddHeaderAction>, SdkBuilder<AddHeaderAction.Builder,AddHeaderAction>public static interface AddHeaderAction.Builder extends CopyableBuilder<AddHeaderAction.Builder,AddHeaderAction>
| Modifier and Type | Method | 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").
|
copyapply, buildAddHeaderAction.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.