@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:15.032Z") @Stability(value=Experimental) 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()
(experimental) The name of the header that you want to add to the incoming message.
|
String |
getHeaderValue()
(experimental) The content that you want to include in the header.
|
@Stability(value=Experimental) @NotNull String getHeaderName()
@Stability(value=Experimental) @NotNull String getHeaderValue()
@Stability(value=Experimental) static AddHeaderActionConfig.Builder builder()
AddHeaderActionConfig.Builder of AddHeaderActionConfigCopyright © 2022. All rights reserved.