| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static IotEventsDestinationConfiguration.Builder |
IotEventsDestinationConfiguration.builder() |
IotEventsDestinationConfiguration.Builder |
IotEventsDestinationConfiguration.Builder.inputName(String inputName)
The name of the IoT Events input to which dataset contents are delivered.
|
IotEventsDestinationConfiguration.Builder |
IotEventsDestinationConfiguration.Builder.roleArn(String roleArn)
The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.
|
IotEventsDestinationConfiguration.Builder |
IotEventsDestinationConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IotEventsDestinationConfiguration.Builder> |
IotEventsDestinationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DatasetContentDeliveryDestination.Builder |
DatasetContentDeliveryDestination.Builder.iotEventsDestinationConfiguration(Consumer<IotEventsDestinationConfiguration.Builder> iotEventsDestinationConfiguration)
Configuration information for delivery of dataset contents to IoT Events.
|
Copyright © 2023. All rights reserved.