| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
| Modifier and Type | Method and Description |
|---|---|
static EventRuleProps.Builder |
EventRuleProps.builder() |
EventRuleProps.Builder |
EventRuleProps.Builder.withDescription(String value)
Sets the value of Description
|
EventRuleProps.Builder |
EventRuleProps.Builder.withEnabled(Boolean value)
Sets the value of Enabled
|
EventRuleProps.Builder |
EventRuleProps.Builder.withEventPattern(EventPattern value)
Sets the value of EventPattern
|
EventRuleProps.Builder |
EventRuleProps.Builder.withRuleName(String value)
Sets the value of RuleName
|
EventRuleProps.Builder |
EventRuleProps.Builder.withScheduleExpression(String value)
Sets the value of ScheduleExpression
|
EventRuleProps.Builder |
EventRuleProps.Builder.withTargets(List<IEventRuleTarget> value)
Sets the value of Targets
|
Copyright © 2018. All rights reserved.