GetEventRuleResponse.Builder |
GetEventRuleResponse.Builder.arn(String arn) |
The ARN of the resource.
|
static GetEventRuleResponse.Builder |
GetEventRuleResponse.builder() |
|
GetEventRuleResponse.Builder |
GetEventRuleResponse.Builder.creationTime(Instant creationTime) |
The date when the EventRule was created.
|
GetEventRuleResponse.Builder |
GetEventRuleResponse.Builder.eventPattern(String eventPattern) |
An additional event pattern used to further filter the events this EventRule receives.
|
GetEventRuleResponse.Builder |
GetEventRuleResponse.Builder.eventType(String eventType) |
The event type to match.
|
GetEventRuleResponse.Builder |
GetEventRuleResponse.Builder.managedRules(String... managedRules) |
A list of managed rules from EventBridge that are associated with this EventRule.
|
GetEventRuleResponse.Builder |
GetEventRuleResponse.Builder.managedRules(Collection<String> managedRules) |
A list of managed rules from EventBridge that are associated with this EventRule.
|
GetEventRuleResponse.Builder |
GetEventRuleResponse.Builder.notificationConfigurationArn(String notificationConfigurationArn) |
The ARN of a NotificationConfiguration.
|
GetEventRuleResponse.Builder |
GetEventRuleResponse.Builder.regions(String... regions) |
A list of Amazon Web Services Regions that send events to this EventRule.
|
GetEventRuleResponse.Builder |
GetEventRuleResponse.Builder.regions(Collection<String> regions) |
A list of Amazon Web Services Regions that send events to this EventRule.
|
GetEventRuleResponse.Builder |
GetEventRuleResponse.Builder.source(String source) |
The matched event source.
|
GetEventRuleResponse.Builder |
GetEventRuleResponse.Builder.statusSummaryByRegion(Map<String,EventRuleStatusSummary> statusSummaryByRegion) |
A list of an EventRule's status by Region.
|
GetEventRuleResponse.Builder |
GetEventRuleResponse.toBuilder() |
|