Class Stop.Builder

java.lang.Object
software.amazon.awscdk.services.ses.actions.Stop.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<Stop>
Enclosing class:
Stop

@Stability(Stable) public static final class Stop.Builder extends Object implements software.amazon.jsii.Builder<Stop>
A fluent builder for Stop.
  • Method Details

    • create

      @Stability(Stable) public static Stop.Builder create()
      Returns:
      a new instance of Stop.Builder.
    • topic

      @Stability(Stable) public Stop.Builder topic(ITopic topic)
      The SNS topic to notify when the stop action is taken.

      Parameters:
      topic - The SNS topic to notify when the stop action is taken. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public Stop build()
      Specified by:
      build in interface software.amazon.jsii.Builder<Stop>
      Returns:
      a newly built instance of Stop.