Interface CreateEventRuleResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateEventRuleResponse.Builder,,- CreateEventRuleResponse> - NotificationsResponse.Builder,- SdkBuilder<CreateEventRuleResponse.Builder,,- CreateEventRuleResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateEventRuleResponse
@Mutable
@NotThreadSafe
public static interface CreateEventRuleResponse.Builder
extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<CreateEventRuleResponse.Builder,CreateEventRuleResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the resource.notificationConfigurationArn(String notificationConfigurationArn) The ARN of aNotificationConfiguration.statusSummaryByRegion(Map<String, EventRuleStatusSummary> statusSummaryByRegion) A list of anEventRule's status 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 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.
 
- 
notificationConfigurationArnThe 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.
 
- 
statusSummaryByRegionCreateEventRuleResponse.Builder statusSummaryByRegion(Map<String, EventRuleStatusSummary> statusSummaryByRegion) A list of an EventRule's status by Region. Regions are mapped toEventRuleStatusSummary.- 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.
 
 
-