Interface Subscription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Subscription.Builder,
,Subscription> SdkBuilder<Subscription.Builder,
,Subscription> SdkPojo
- Enclosing class:
Subscription
public static interface Subscription.Builder
extends SdkPojo, CopyableBuilder<Subscription.Builder,Subscription>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the subscription.The name of the subscription.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 Details
-
event
The name of the subscription.
- Parameters:
event
- The name of the subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the subscription.
- Parameters:
description
- The description of the subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-