@Stability(value=Stable) public static final class AddHeaderActionConfig.Builder extends Object implements software.amazon.jsii.Builder<AddHeaderActionConfig>
AddHeaderActionConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AddHeaderActionConfig |
build()
Builds the configured instance.
|
AddHeaderActionConfig.Builder |
headerName(String headerName)
Sets the value of
AddHeaderActionConfig.getHeaderName() |
AddHeaderActionConfig.Builder |
headerValue(String headerValue)
Sets the value of
AddHeaderActionConfig.getHeaderValue() |
@Stability(value=Stable) public AddHeaderActionConfig.Builder headerName(String headerName)
AddHeaderActionConfig.getHeaderName()headerName - The name of the header that you want to add to the incoming message. This parameter is required.this@Stability(value=Stable) public AddHeaderActionConfig.Builder headerValue(String headerValue)
AddHeaderActionConfig.getHeaderValue()headerValue - The content that you want to include in the header. This parameter is required.this@Stability(value=Stable) public AddHeaderActionConfig build()
build in interface software.amazon.jsii.Builder<AddHeaderActionConfig>AddHeaderActionConfigNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.