Uses of Interface
software.amazon.awssdk.services.medialive.model.InputSpecification.Builder
-
Packages that use InputSpecification.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputSpecification.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputSpecification.Builder Modifier and Type Method Description static InputSpecification.BuilderInputSpecification. builder()InputSpecification.BuilderInputSpecification.Builder. codec(String codec)Input codecInputSpecification.BuilderInputSpecification.Builder. codec(InputCodec codec)Input codecInputSpecification.BuilderInputSpecification.Builder. maximumBitrate(String maximumBitrate)Maximum input bitrate, categorized coarselyInputSpecification.BuilderInputSpecification.Builder. maximumBitrate(InputMaximumBitrate maximumBitrate)Maximum input bitrate, categorized coarselyInputSpecification.BuilderInputSpecification.Builder. resolution(String resolution)Input resolution, categorized coarselyInputSpecification.BuilderInputSpecification.Builder. resolution(InputResolution resolution)Input resolution, categorized coarselyInputSpecification.BuilderInputSpecification. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputSpecification.Builder Modifier and Type Method Description static Class<? extends InputSpecification.Builder>InputSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type InputSpecification.Builder Modifier and Type Method Description default Channel.BuilderChannel.Builder. inputSpecification(Consumer<InputSpecification.Builder> inputSpecification)Specification of network and file inputs for this channel This is a convenience method that creates an instance of theInputSpecification.Builderavoiding the need to create one manually viaInputSpecification.builder().default ChannelSummary.BuilderChannelSummary.Builder. inputSpecification(Consumer<InputSpecification.Builder> inputSpecification)Specification of network and file inputs for this channel This is a convenience method that creates an instance of theInputSpecification.Builderavoiding the need to create one manually viaInputSpecification.builder().default CreateChannelRequest.BuilderCreateChannelRequest.Builder. inputSpecification(Consumer<InputSpecification.Builder> inputSpecification)Specification of network and file inputs for this channel This is a convenience method that creates an instance of theInputSpecification.Builderavoiding the need to create one manually viaInputSpecification.builder().default DeleteChannelResponse.BuilderDeleteChannelResponse.Builder. inputSpecification(Consumer<InputSpecification.Builder> inputSpecification)Specification of network and file inputs for this channel This is a convenience method that creates an instance of theInputSpecification.Builderavoiding the need to create one manually viaInputSpecification.builder().default DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. inputSpecification(Consumer<InputSpecification.Builder> inputSpecification)Specification of network and file inputs for this channel This is a convenience method that creates an instance of theInputSpecification.Builderavoiding the need to create one manually viaInputSpecification.builder().default RestartChannelPipelinesResponse.BuilderRestartChannelPipelinesResponse.Builder. inputSpecification(Consumer<InputSpecification.Builder> inputSpecification)Specification of network and file inputs for this channel This is a convenience method that creates an instance of theInputSpecification.Builderavoiding the need to create one manually viaInputSpecification.builder().default StartChannelResponse.BuilderStartChannelResponse.Builder. inputSpecification(Consumer<InputSpecification.Builder> inputSpecification)Specification of network and file inputs for this channel This is a convenience method that creates an instance of theInputSpecification.Builderavoiding the need to create one manually viaInputSpecification.builder().default StopChannelResponse.BuilderStopChannelResponse.Builder. inputSpecification(Consumer<InputSpecification.Builder> inputSpecification)Specification of network and file inputs for this channel This is a convenience method that creates an instance of theInputSpecification.Builderavoiding the need to create one manually viaInputSpecification.builder().default UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. inputSpecification(Consumer<InputSpecification.Builder> inputSpecification)Specification of network and file inputs for this channel This is a convenience method that creates an instance of theInputSpecification.Builderavoiding the need to create one manually viaInputSpecification.builder().
-