Interface IReceiptRuleSet.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IReceiptRuleSet, IReceiptRuleSetRef, IReceiptRuleSetRef.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IReceiptRuleSet.Jsii$Proxy
Enclosing interface:
IReceiptRuleSet

@Internal public static interface IReceiptRuleSet.Jsii$Default extends IReceiptRuleSet, IResource.Jsii$Default, IReceiptRuleSetRef.Jsii$Default
Internal default implementation for IReceiptRuleSet.
  • Method Details

    • getReceiptRuleSetName

      @Stability(Stable) @NotNull default String getReceiptRuleSetName()
      The receipt rule set name.
      Specified by:
      getReceiptRuleSetName in interface IReceiptRuleSet
    • addRule

      @Stability(Stable) @NotNull default ReceiptRule addRule(@NotNull String id, @Nullable ReceiptRuleOptions options)
      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
      Parameters:
      id - This parameter is required.
      options -
    • addRule

      @Stability(Stable) @NotNull default 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
      Parameters:
      id - This parameter is required.