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 Summary
Modifier and TypeMethodDescriptionbuild()
static Stop.Builder
create()
The SNS topic to notify when the stop action is taken.
-
Method Details
-
create
- Returns:
- a new instance of
Stop.Builder
.
-
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
-