@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:55.037Z")
public interface AddHeaderActionConfig
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() |
java.lang.String |
getHeaderName()
The name of the header that you want to add to the incoming message.
|
java.lang.String |
getHeaderValue()
The content that you want to include in the header.
|
java.lang.String getHeaderName()
java.lang.String getHeaderValue()
static AddHeaderActionConfig.Builder builder()
AddHeaderActionConfig.Builder
of AddHeaderActionConfig