Interface UpdateEventRuleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateEventRuleResponse.Builder,
,UpdateEventRuleResponse> NotificationsResponse.Builder
,SdkBuilder<UpdateEventRuleResponse.Builder,
,UpdateEventRuleResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateEventRuleResponse
@Mutable
@NotThreadSafe
public static interface UpdateEventRuleResponse.Builder
extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<UpdateEventRuleResponse.Builder,UpdateEventRuleResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) to use to update theEventRule
.notificationConfigurationArn
(String notificationConfigurationArn) The ARN of theNotificationConfiguration
.statusSummaryByRegion
(Map<String, EventRuleStatusSummary> statusSummaryByRegion) The status of the action by Region.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) to use to update the
EventRule
.- Parameters:
arn
- The Amazon Resource Name (ARN) to use to update theEventRule
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationConfigurationArn
The ARN of the
NotificationConfiguration
.- Parameters:
notificationConfigurationArn
- The ARN of theNotificationConfiguration
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusSummaryByRegion
UpdateEventRuleResponse.Builder statusSummaryByRegion(Map<String, EventRuleStatusSummary> statusSummaryByRegion) The status of the action by Region.
- Parameters:
statusSummaryByRegion
- The status of the action by Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-