Uses of Interface
software.amazon.awssdk.services.medialive.model.InterfaceMapping.Builder
-
Packages that use InterfaceMapping.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InterfaceMapping.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InterfaceMapping.Builder Modifier and Type Method Description static InterfaceMapping.BuilderInterfaceMapping. builder()InterfaceMapping.BuilderInterfaceMapping.Builder. logicalInterfaceName(String logicalInterfaceName)The logical name for one interface (on every Node) that handles a specific type of traffic.InterfaceMapping.BuilderInterfaceMapping.Builder. networkId(String networkId)The ID of the network that you want to connect to the specified logicalInterfaceName.InterfaceMapping.BuilderInterfaceMapping. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InterfaceMapping.Builder Modifier and Type Method Description static Class<? extends InterfaceMapping.Builder>InterfaceMapping. serializableBuilderClass()
-