| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static DatasetContentDeliveryDestination.Builder |
DatasetContentDeliveryDestination.builder() |
default DatasetContentDeliveryDestination.Builder |
DatasetContentDeliveryDestination.Builder.iotEventsDestinationConfiguration(Consumer<IotEventsDestinationConfiguration.Builder> iotEventsDestinationConfiguration)
Configuration information for delivery of dataset contents to IoT Events.
|
DatasetContentDeliveryDestination.Builder |
DatasetContentDeliveryDestination.Builder.iotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
Configuration information for delivery of dataset contents to IoT Events.
|
default DatasetContentDeliveryDestination.Builder |
DatasetContentDeliveryDestination.Builder.s3DestinationConfiguration(Consumer<S3DestinationConfiguration.Builder> s3DestinationConfiguration)
Configuration information for delivery of dataset contents to Amazon S3.
|
DatasetContentDeliveryDestination.Builder |
DatasetContentDeliveryDestination.Builder.s3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Configuration information for delivery of dataset contents to Amazon S3.
|
DatasetContentDeliveryDestination.Builder |
DatasetContentDeliveryDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DatasetContentDeliveryDestination.Builder> |
DatasetContentDeliveryDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DatasetContentDeliveryRule.Builder |
DatasetContentDeliveryRule.Builder.destination(Consumer<DatasetContentDeliveryDestination.Builder> destination)
The destination to which dataset contents are delivered.
|
Copyright © 2023. All rights reserved.