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 |
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.
|
copy
apply, build
Subscription.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.