Uses of Interface
software.amazon.awssdk.services.notifications.model.CreateEventRuleResponse.Builder
-
Packages that use CreateEventRuleResponse.Builder Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of CreateEventRuleResponse.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return CreateEventRuleResponse.Builder Modifier and Type Method Description CreateEventRuleResponse.BuilderCreateEventRuleResponse.Builder. arn(String arn)The ARN of the resource.static CreateEventRuleResponse.BuilderCreateEventRuleResponse. builder()CreateEventRuleResponse.BuilderCreateEventRuleResponse.Builder. notificationConfigurationArn(String notificationConfigurationArn)The ARN of aNotificationConfiguration.CreateEventRuleResponse.BuilderCreateEventRuleResponse.Builder. statusSummaryByRegion(Map<String,EventRuleStatusSummary> statusSummaryByRegion)A list of anEventRule's status by Region.CreateEventRuleResponse.BuilderCreateEventRuleResponse. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type CreateEventRuleResponse.Builder Modifier and Type Method Description static Class<? extends CreateEventRuleResponse.Builder>CreateEventRuleResponse. serializableBuilderClass()
-