public static interface LambdaEventSource.Builder extends SdkPojo, CopyableBuilder<LambdaEventSource.Builder,LambdaEventSource>
| Modifier and Type | Method and Description |
|---|---|
LambdaEventSource.Builder |
topic(String topic)
The topic to which to subscribe to receive event messages.
|
LambdaEventSource.Builder |
type(LambdaEventSourceType type)
The type of event source.
|
LambdaEventSource.Builder |
type(String type)
The type of event source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLambdaEventSource.Builder topic(String topic)
The topic to which to subscribe to receive event messages.
topic - The topic to which to subscribe to receive event messages.LambdaEventSource.Builder type(String type)
The type of event source. Choose from the following options:
PUB_SUB – Subscribe to local publish/subscribe messages. This event source type doesn't support
MQTT wildcards (+ and #) in the event source topic.
IOT_CORE – Subscribe to Amazon Web Services IoT Core MQTT messages. This event source type
supports MQTT wildcards (+ and #) in the event source topic.
type - The type of event source. Choose from the following options:
PUB_SUB – Subscribe to local publish/subscribe messages. This event source type doesn't
support MQTT wildcards (+ and #) in the event source topic.
IOT_CORE – Subscribe to Amazon Web Services IoT Core MQTT messages. This event source
type supports MQTT wildcards (+ and #) in the event source topic.
LambdaEventSourceType,
LambdaEventSourceTypeLambdaEventSource.Builder type(LambdaEventSourceType type)
The type of event source. Choose from the following options:
PUB_SUB – Subscribe to local publish/subscribe messages. This event source type doesn't support
MQTT wildcards (+ and #) in the event source topic.
IOT_CORE – Subscribe to Amazon Web Services IoT Core MQTT messages. This event source type
supports MQTT wildcards (+ and #) in the event source topic.
type - The type of event source. Choose from the following options:
PUB_SUB – Subscribe to local publish/subscribe messages. This event source type doesn't
support MQTT wildcards (+ and #) in the event source topic.
IOT_CORE – Subscribe to Amazon Web Services IoT Core MQTT messages. This event source
type supports MQTT wildcards (+ and #) in the event source topic.
LambdaEventSourceType,
LambdaEventSourceTypeCopyright © 2023. All rights reserved.