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 Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The 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.
-
notificationConfigurationArn
The ARN of a
NotificationConfiguration.- Parameters:
notificationConfigurationArn- The ARN of aNotificationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusSummaryByRegion
CreateEventRuleResponse.Builder statusSummaryByRegion(Map<String, EventRuleStatusSummary> statusSummaryByRegion) A list of an
EventRule's status by Region. Regions are mapped toEventRuleStatusSummary.- Parameters:
statusSummaryByRegion- A list of anEventRule's status by Region. Regions are mapped toEventRuleStatusSummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-