Java com.amazonaws.services.cloudwatchevents.model PutRuleRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudwatchevents.model PutRuleRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudwatchevents.model PutRuleRequest.

The text is from its open source code.

Constructor

Method

voidsetDescription(String description)

A description of the rule.

voidsetName(String name)

The name of the rule that you're creating or updating.

voidsetScheduleExpression(String scheduleExpression)

The scheduling expression: for example, "cron(0 20 * * ?

voidsetState(String state)

Indicates whether the rule is enabled or disabled.

voidsetState(RuleState state)

Indicates whether the rule is enabled or disabled.