Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.IotEventsDestinationConfiguration.Builder
-
Packages that use IotEventsDestinationConfiguration.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of IotEventsDestinationConfiguration.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return IotEventsDestinationConfiguration.Builder Modifier and Type Method Description static IotEventsDestinationConfiguration.BuilderIotEventsDestinationConfiguration. builder()IotEventsDestinationConfiguration.BuilderIotEventsDestinationConfiguration.Builder. inputName(String inputName)The name of the IoT Events input to which dataset contents are delivered.IotEventsDestinationConfiguration.BuilderIotEventsDestinationConfiguration.Builder. roleArn(String roleArn)The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.IotEventsDestinationConfiguration.BuilderIotEventsDestinationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type IotEventsDestinationConfiguration.Builder Modifier and Type Method Description static Class<? extends IotEventsDestinationConfiguration.Builder>IotEventsDestinationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type IotEventsDestinationConfiguration.Builder Modifier and Type Method Description default DatasetContentDeliveryDestination.BuilderDatasetContentDeliveryDestination.Builder. iotEventsDestinationConfiguration(Consumer<IotEventsDestinationConfiguration.Builder> iotEventsDestinationConfiguration)Configuration information for delivery of dataset contents to IoT Events.
-