@Stability(value=Stable)
public static interface CfnReceiptRule.AddHeaderActionProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
AddHeaderActionProperty addHeaderActionProperty = AddHeaderActionProperty.builder()
.headerName("headerName")
.headerValue("headerValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReceiptRule.AddHeaderActionProperty.Builder
A builder for
CfnReceiptRule.AddHeaderActionProperty |
static class |
CfnReceiptRule.AddHeaderActionProperty.Jsii$Proxy
An implementation for
CfnReceiptRule.AddHeaderActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnReceiptRule.AddHeaderActionProperty.Builder |
builder() |
String |
getHeaderName()
`CfnReceiptRule.AddHeaderActionProperty.HeaderName`.
|
String |
getHeaderValue()
`CfnReceiptRule.AddHeaderActionProperty.HeaderValue`.
|
@Stability(value=Stable) @NotNull String getHeaderName()
@Stability(value=Stable) @NotNull String getHeaderValue()
@Stability(value=Stable) static CfnReceiptRule.AddHeaderActionProperty.Builder builder()
Copyright © 2021. All rights reserved.