| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.clone() |
Rule |
Rule.withArn(String arn)
The Amazon Resource Name (ARN) of the rule.
|
Rule |
Rule.withDescription(String description)
The description of the rule.
|
Rule |
Rule.withEventBusName(String eventBusName)
The name or ARN of the event bus associated with the rule.
|
Rule |
Rule.withEventPattern(String eventPattern)
The event pattern of the rule.
|
Rule |
Rule.withManagedBy(String managedBy)
If the rule was created on behalf of your account by an AWS service, this field displays the principal name of
the service that created the rule.
|
Rule |
Rule.withName(String name)
The name of the rule.
|
Rule |
Rule.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that is used for target invocation.
|
Rule |
Rule.withScheduleExpression(String scheduleExpression)
The scheduling expression.
|
Rule |
Rule.withState(RuleState state)
The state of the rule.
|
Rule |
Rule.withState(String state)
The state of the rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
ListRulesResult.getRules()
The rules that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListRulesResult |
ListRulesResult.withRules(Rule... rules)
The rules that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRulesResult.setRules(Collection<Rule> rules)
The rules that match the specified criteria.
|
ListRulesResult |
ListRulesResult.withRules(Collection<Rule> rules)
The rules that match the specified criteria.
|
Copyright © 2021. All rights reserved.