Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.DatasetContentDeliveryDestination.Builder
-
Packages that use DatasetContentDeliveryDestination.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of DatasetContentDeliveryDestination.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return DatasetContentDeliveryDestination.Builder Modifier and Type Method Description static DatasetContentDeliveryDestination.BuilderDatasetContentDeliveryDestination. builder()default DatasetContentDeliveryDestination.BuilderDatasetContentDeliveryDestination.Builder. iotEventsDestinationConfiguration(Consumer<IotEventsDestinationConfiguration.Builder> iotEventsDestinationConfiguration)Configuration information for delivery of dataset contents to IoT Events.DatasetContentDeliveryDestination.BuilderDatasetContentDeliveryDestination.Builder. iotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)Configuration information for delivery of dataset contents to IoT Events.default DatasetContentDeliveryDestination.BuilderDatasetContentDeliveryDestination.Builder. s3DestinationConfiguration(Consumer<S3DestinationConfiguration.Builder> s3DestinationConfiguration)Configuration information for delivery of dataset contents to Amazon S3.DatasetContentDeliveryDestination.BuilderDatasetContentDeliveryDestination.Builder. s3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)Configuration information for delivery of dataset contents to Amazon S3.DatasetContentDeliveryDestination.BuilderDatasetContentDeliveryDestination. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type DatasetContentDeliveryDestination.Builder Modifier and Type Method Description static Class<? extends DatasetContentDeliveryDestination.Builder>DatasetContentDeliveryDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type DatasetContentDeliveryDestination.Builder Modifier and Type Method Description default DatasetContentDeliveryRule.BuilderDatasetContentDeliveryRule.Builder. destination(Consumer<DatasetContentDeliveryDestination.Builder> destination)The destination to which dataset contents are delivered.
-