ToCopyableBuilder<StopAction.Builder,StopAction>
@Generated("software.amazon.awssdk:codegen") public class StopAction extends Object implements ToCopyableBuilder<StopAction.Builder,StopAction>
When included in a receipt rule, this action terminates the evaluation of the receipt rule set and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).
For information about setting a stop action in a receipt rule, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StopAction.Builder |
Modifier and Type | Method | Description |
---|---|---|
static StopAction.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
scope() |
The scope to which the Stop action applies.
|
static Class<? extends StopAction.Builder> |
serializableBuilderClass() |
|
StopAction.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
topicArn() |
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken.
|
String |
toString() |
public String scope()
The scope to which the Stop action applies. That is, what is being stopped.
StopScope
public String topicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an
Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about
Amazon SNS topics, see the Amazon SNS
Developer Guide.
arn:aws:sns:us-west-2:123456789012:MyTopic
. For more
information about Amazon SNS topics, see the Amazon SNS Developer Guide.public StopAction.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StopAction.Builder,StopAction>
public static StopAction.Builder builder()
public static Class<? extends StopAction.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.