Interface NotificationRuleSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<NotificationRuleSummary.Builder,,NotificationRuleSummary> SdkBuilder<NotificationRuleSummary.Builder,,NotificationRuleSummary> SdkPojo
- Enclosing class:
 NotificationRuleSummary
public static interface NotificationRuleSummary.Builder
extends SdkPojo, CopyableBuilder<NotificationRuleSummary.Builder,NotificationRuleSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the notification rule.The unique ID of the notification rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
id
The unique ID of the notification rule.
- Parameters:
 id- The unique ID of the notification rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
arn
The Amazon Resource Name (ARN) of the notification rule.
- Parameters:
 arn- The Amazon Resource Name (ARN) of the notification rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -