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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationRuleSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the notification rule.NotificationRuleSummary.Builderid(String id)The unique ID of the notification rule.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
NotificationRuleSummary.Builder id(String 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
NotificationRuleSummary.Builder arn(String 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.
-
-