@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.176Z") @Stability(value=Stable) public interface AddHeaderActionConfig extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ses.*;
AddHeaderActionConfig addHeaderActionConfig = AddHeaderActionConfig.builder()
.headerName("headerName")
.headerValue("headerValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddHeaderActionConfig.Builder
A builder for
AddHeaderActionConfig |
static class |
AddHeaderActionConfig.Jsii$Proxy
An implementation for
AddHeaderActionConfig |
| Modifier and Type | Method and Description |
|---|---|
static AddHeaderActionConfig.Builder |
builder() |
String |
getHeaderName()
The name of the header that you want to add to the incoming message.
|
String |
getHeaderValue()
The content that you want to include in the header.
|
@Stability(value=Stable) @NotNull String getHeaderName()
@Stability(value=Stable) @NotNull String getHeaderValue()
@Stability(value=Stable) static AddHeaderActionConfig.Builder builder()
AddHeaderActionConfig.Builder of AddHeaderActionConfigCopyright © 2022. All rights reserved.