Uses of Interface
software.amazon.awssdk.services.iotevents.model.IotEventsInputIdentifier.Builder
-
Packages that use IotEventsInputIdentifier.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of IotEventsInputIdentifier.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return IotEventsInputIdentifier.Builder Modifier and Type Method Description static IotEventsInputIdentifier.BuilderIotEventsInputIdentifier. builder()IotEventsInputIdentifier.BuilderIotEventsInputIdentifier.Builder. inputName(String inputName)The name of the input routed to AWS IoT Events.IotEventsInputIdentifier.BuilderIotEventsInputIdentifier. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type IotEventsInputIdentifier.Builder Modifier and Type Method Description static Class<? extends IotEventsInputIdentifier.Builder>IotEventsInputIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type IotEventsInputIdentifier.Builder Modifier and Type Method Description default InputIdentifier.BuilderInputIdentifier.Builder. iotEventsInputIdentifier(Consumer<IotEventsInputIdentifier.Builder> iotEventsInputIdentifier)The identifier of the input routed to AWS IoT Events.
-