CopyableBuilder<Subscription.Builder,Subscription>, SdkBuilder<Subscription.Builder,Subscription>public static interface Subscription.Builder extends CopyableBuilder<Subscription.Builder,Subscription>
| Modifier and Type | Method | 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.SubscriptionProtocolTypeSubscription.Builder protocol(SubscriptionProtocolType protocol)
The protocol of the subscription.
protocol - The protocol of the subscription.SubscriptionProtocolTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.