Interface StopAction.Builder

  • Method Details

    • scope

      StopAction.Builder scope(String scope)

      The scope of the StopAction. The only acceptable value is RuleSet.

      Parameters:
      scope - The scope of the StopAction. The only acceptable value is RuleSet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scope

      The scope of the StopAction. The only acceptable value is RuleSet.

      Parameters:
      scope - The scope of the StopAction. The only acceptable value is RuleSet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • topicArn

      StopAction.Builder topicArn(String topicArn)

      The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. You can find the ARN of a topic by using the ListTopics Amazon SNS operation.

      For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

      Parameters:
      topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. You can find the ARN of a topic by using the ListTopics Amazon SNS operation.

      For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.