@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.195Z") @Stability(value=Stable) public interface CfnReceiptRuleSetProps 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.*;
CfnReceiptRuleSetProps cfnReceiptRuleSetProps = CfnReceiptRuleSetProps.builder()
.ruleSetName("ruleSetName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReceiptRuleSetProps.Builder
A builder for
CfnReceiptRuleSetProps |
static class |
CfnReceiptRuleSetProps.Jsii$Proxy
An implementation for
CfnReceiptRuleSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnReceiptRuleSetProps.Builder |
builder() |
default String |
getRuleSetName()
The name of the receipt rule set to reorder.
|
@Stability(value=Stable) @Nullable default String getRuleSetName()
@Stability(value=Stable) static CfnReceiptRuleSetProps.Builder builder()
CfnReceiptRuleSetProps.Builder of CfnReceiptRuleSetPropsCopyright © 2022. All rights reserved.