public static interface Subscription.Builder extends CopyableBuilder<Subscription.Builder,Subscription>
| Modifier and Type | Method and Description |
|---|---|
Subscription.Builder |
endPoint(String endPoint)
The endpoint of the subscription.
|
Subscription.Builder |
protocol(String protocol)
The protocol of the subscription.
|
Subscription.Builder |
protocol(SubscriptionProtocolType protocol)
The protocol of the subscription.
|
Subscription.Builder |
subscriptionId(String subscriptionId)
The ID of the subscription.
|
copyapply, buildSubscription.Builder subscriptionId(String subscriptionId)
The ID of the subscription.
subscriptionId - The ID of the subscription.Subscription.Builder endPoint(String endPoint)
The endpoint of the subscription.
endPoint - The endpoint of the subscription.Subscription.Builder protocol(String protocol)
The protocol of the subscription.
protocol - The protocol of the subscription.SubscriptionProtocolType,
SubscriptionProtocolTypeSubscription.Builder protocol(SubscriptionProtocolType protocol)
The protocol of the subscription.
protocol - The protocol of the subscription.SubscriptionProtocolType,
SubscriptionProtocolTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.