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 SummaryModifier 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.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 Amazon Resource Name (ARN) to use to update the EventRule.- Parameters:
- arn- The Amazon Resource Name (ARN) to use to update the- EventRule.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
notificationConfigurationArnThe ARN of the NotificationConfiguration.- Parameters:
- notificationConfigurationArn- The ARN of the- NotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusSummaryByRegionUpdateEventRuleResponse.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.
 
 
-