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 TypeMethodDescriptionThe endpoint of the subscription.The protocol of the subscription.protocol(SubscriptionProtocolType protocol) The protocol of the subscription.subscriptionId(String subscriptionId) The ID of the subscription.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
- 
subscriptionId
The ID of the subscription.
- Parameters:
 subscriptionId- The ID of the subscription.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
endPoint
The endpoint of the subscription.
- Parameters:
 endPoint- The endpoint of the subscription.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
protocol
The protocol of the subscription.
- Parameters:
 protocol- The protocol of the subscription.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
protocol
The protocol of the subscription.
- Parameters:
 protocol- The protocol of the subscription.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -