Interface GetEventRuleResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetEventRuleResponse.Builder,,- GetEventRuleResponse> - NotificationsResponse.Builder,- SdkBuilder<GetEventRuleResponse.Builder,,- GetEventRuleResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetEventRuleResponse
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the resource.creationTime(Instant creationTime) The date when theEventRulewas created.eventPattern(String eventPattern) An additional event pattern used to further filter the events thisEventRulereceives.The event type to match.managedRules(String... managedRules) A list of managed rules from EventBridge that are associated with thisEventRule.managedRules(Collection<String> managedRules) A list of managed rules from EventBridge that are associated with thisEventRule.notificationConfigurationArn(String notificationConfigurationArn) The ARN of aNotificationConfiguration.A list of Amazon Web Services Regions that send events to thisEventRule.regions(Collection<String> regions) A list of Amazon Web Services Regions that send events to thisEventRule.The matched event source.statusSummaryByRegion(Map<String, EventRuleStatusSummary> statusSummaryByRegion) A list of anEventRule's status by Region.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
arnThe ARN of the resource. - Parameters:
- arn- The ARN of the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
notificationConfigurationArnThe ARN of a NotificationConfiguration.- Parameters:
- notificationConfigurationArn- The ARN of a- NotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe date when the EventRulewas created.- Parameters:
- creationTime- The date when the- EventRulewas created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceThe matched event source. Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, aws.ec2andaws.cloudwatch. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.- Parameters:
- source- The matched event source.- Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, - aws.ec2and- aws.cloudwatch. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventTypeThe event type to match. Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide. - Parameters:
- eventType- The event type to match.- Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventPatternAn additional event pattern used to further filter the events this EventRulereceives.For more information, see Amazon EventBridge event patterns in the Amazon EventBridge User Guide. - Parameters:
- eventPattern- An additional event pattern used to further filter the events this- EventRulereceives.- For more information, see Amazon EventBridge event patterns in the Amazon EventBridge User Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
regionsA list of Amazon Web Services Regions that send events to this EventRule.- Parameters:
- regions- A list of Amazon Web Services Regions that send events to this- EventRule.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
regionsA list of Amazon Web Services Regions that send events to this EventRule.- Parameters:
- regions- A list of Amazon Web Services Regions that send events to this- EventRule.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
managedRulesA list of managed rules from EventBridge that are associated with this EventRule.These are created by User Notifications within your account so this EventRulefunctions.- Parameters:
- managedRules- A list of managed rules from EventBridge that are associated with this- EventRule.- These are created by User Notifications within your account so this - EventRulefunctions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
managedRulesA list of managed rules from EventBridge that are associated with this EventRule.These are created by User Notifications within your account so this EventRulefunctions.- Parameters:
- managedRules- A list of managed rules from EventBridge that are associated with this- EventRule.- These are created by User Notifications within your account so this - EventRulefunctions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusSummaryByRegionGetEventRuleResponse.Builder statusSummaryByRegion(Map<String, EventRuleStatusSummary> statusSummaryByRegion) A list of an EventRule's status by Region. Regions are mapped toEventRuleStatusSummary.- Parameters:
- statusSummaryByRegion- A list of an- EventRule's status by Region. Regions are mapped to- EventRuleStatusSummary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-