public static interface Subscription.Builder extends CopyableBuilder<Subscription.Builder,Subscription>
| Modifier and Type | Method and Description |
|---|---|
Subscription.Builder |
id(String id)
Element Id for this entry in the list.
|
Subscription.Builder |
source(String source)
Source of the subscription.
|
Subscription.Builder |
subject(String subject)
Subject of the message.
|
Subscription.Builder |
target(String target)
Where the message is sent to.
|
copyapply, buildSubscription.Builder id(String id)
id - Element Id for this entry in the list.Subscription.Builder source(String source)
source - Source of the subscription. Can be a thing arn, lambda arn or word 'cloud'Subscription.Builder subject(String subject)
subject - Subject of the message.Subscription.Builder target(String target)
target - Where the message is sent to. Can be a thing arn, lambda arn or word 'cloud'.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.