Uses of Interface
software.amazon.awssdk.services.medialive.model.InputDestination.Builder
-
Packages that use InputDestination.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputDestination.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputDestination.Builder Modifier and Type Method Description static InputDestination.BuilderInputDestination. builder()InputDestination.BuilderInputDestination.Builder. ip(String ip)The system-generated static IP address of endpoint.InputDestination.BuilderInputDestination.Builder. port(String port)The port number for the input.InputDestination.BuilderInputDestination. toBuilder()InputDestination.BuilderInputDestination.Builder. url(String url)This represents the endpoint that the customer stream will be pushed to.default InputDestination.BuilderInputDestination.Builder. vpc(Consumer<InputDestinationVpc.Builder> vpc)Sets the value of the Vpc property for this object.InputDestination.BuilderInputDestination.Builder. vpc(InputDestinationVpc vpc)Sets the value of the Vpc property for this object.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputDestination.Builder Modifier and Type Method Description static Class<? extends InputDestination.Builder>InputDestination. serializableBuilderClass()
-