Interface CreateEventRuleResponse.Builder

    • Method Detail

      • arn

        CreateEventRuleResponse.Builder arn​(String arn)

        The 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.
      • notificationConfigurationArn

        CreateEventRuleResponse.Builder notificationConfigurationArn​(String notificationConfigurationArn)

        The 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.
      • statusSummaryByRegion

        CreateEventRuleResponse.Builder statusSummaryByRegion​(Map<String,​EventRuleStatusSummary> statusSummaryByRegion)

        A list of an EventRule's status by Region. Regions are mapped to EventRuleStatusSummary.

        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.