Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.TransportMediaInfo.Builder
-
Packages that use TransportMediaInfo.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of TransportMediaInfo.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return TransportMediaInfo.Builder Modifier and Type Method Description static TransportMediaInfo.BuilderTransportMediaInfo. builder()TransportMediaInfo.BuilderTransportMediaInfo.Builder. programs(Collection<TransportStreamProgram> programs)The list of transport stream programs in the current flow's source.TransportMediaInfo.BuilderTransportMediaInfo.Builder. programs(Consumer<TransportStreamProgram.Builder>... programs)The list of transport stream programs in the current flow's source.TransportMediaInfo.BuilderTransportMediaInfo.Builder. programs(TransportStreamProgram... programs)The list of transport stream programs in the current flow's source.TransportMediaInfo.BuilderTransportMediaInfo. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type TransportMediaInfo.Builder Modifier and Type Method Description static Class<? extends TransportMediaInfo.Builder>TransportMediaInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type TransportMediaInfo.Builder Modifier and Type Method Description default DescribeFlowSourceMetadataResponse.BuilderDescribeFlowSourceMetadataResponse.Builder. transportMediaInfo(Consumer<TransportMediaInfo.Builder> transportMediaInfo)Sets the value of the TransportMediaInfo property for this object.
-