Interface UpdateEventRuleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateEventRuleResponse.Builder,UpdateEventRuleResponse>,NotificationsResponse.Builder,SdkBuilder<UpdateEventRuleResponse.Builder,UpdateEventRuleResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateEventRuleResponse
public static interface UpdateEventRuleResponse.Builder extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<UpdateEventRuleResponse.Builder,UpdateEventRuleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEventRuleResponse.Builderarn(String arn)The Amazon Resource Name (ARN) to use to update theEventRule.UpdateEventRuleResponse.BuildernotificationConfigurationArn(String notificationConfigurationArn)The ARN of theNotificationConfiguration.UpdateEventRuleResponse.BuilderstatusSummaryByRegion(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 Detail
-
arn
UpdateEventRuleResponse.Builder arn(String 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
UpdateEventRuleResponse.Builder notificationConfigurationArn(String 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.
-
-