Class IReceiptRuleSet.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.IReceiptRuleSet.Jsii$Proxy
All Implemented Interfaces:
IEnvironmentAware, IEnvironmentAware.Jsii$Default, IReceiptRuleSetRef, IReceiptRuleSetRef.Jsii$Default, IResource, IResource.Jsii$Default, IReceiptRuleSet, IReceiptRuleSet.Jsii$Default, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default
Enclosing interface:
IReceiptRuleSet

@Internal public static final class IReceiptRuleSet.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IReceiptRuleSet.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • addRule

      @Stability(Stable) @NotNull public final ReceiptRule addRule(@NotNull String id)
      Adds a new receipt rule in this rule set.

      The new rule is added after the last added rule unless after is specified.

      Specified by:
      addRule in interface IReceiptRuleSet
      Specified by:
      addRule in interface IReceiptRuleSet.Jsii$Default
      Parameters:
      id - This parameter is required.