Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.InterfaceRequest.Builder
-
Packages that use InterfaceRequest.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of InterfaceRequest.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return InterfaceRequest.Builder Modifier and Type Method Description static InterfaceRequest.BuilderInterfaceRequest. builder()InterfaceRequest.BuilderInterfaceRequest.Builder. name(String name)The name of the VPC interface.InterfaceRequest.BuilderInterfaceRequest. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type InterfaceRequest.Builder Modifier and Type Method Description static Class<? extends InterfaceRequest.Builder>InterfaceRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type InterfaceRequest.Builder Modifier and Type Method Description default DestinationConfigurationRequest.BuilderDestinationConfigurationRequest.Builder. interfaceValue(Consumer<InterfaceRequest.Builder> interfaceValue)The VPC interface that you want to use for the media stream associated with the output.default InputConfigurationRequest.BuilderInputConfigurationRequest.Builder. interfaceValue(Consumer<InterfaceRequest.Builder> interfaceValue)The VPC interface that you want to use for the incoming media stream.
-