Uses of Interface
software.amazon.awssdk.services.kinesisvideo.model.SingleMasterConfiguration.Builder
-
Packages that use SingleMasterConfiguration.Builder Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of SingleMasterConfiguration.Builder in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return SingleMasterConfiguration.Builder Modifier and Type Method Description static SingleMasterConfiguration.BuilderSingleMasterConfiguration. builder()SingleMasterConfiguration.BuilderSingleMasterConfiguration.Builder. messageTtlSeconds(Integer messageTtlSeconds)The period of time a signaling channel retains undelivered messages before they are discarded.SingleMasterConfiguration.BuilderSingleMasterConfiguration. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type SingleMasterConfiguration.Builder Modifier and Type Method Description static Class<? extends SingleMasterConfiguration.Builder>SingleMasterConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisvideo.model with type arguments of type SingleMasterConfiguration.Builder Modifier and Type Method Description default ChannelInfo.BuilderChannelInfo.Builder. singleMasterConfiguration(Consumer<SingleMasterConfiguration.Builder> singleMasterConfiguration)A structure that contains the configuration for theSINGLE_MASTERchannel type.default CreateSignalingChannelRequest.BuilderCreateSignalingChannelRequest.Builder. singleMasterConfiguration(Consumer<SingleMasterConfiguration.Builder> singleMasterConfiguration)A structure containing the configuration for theSINGLE_MASTERchannel type.default UpdateSignalingChannelRequest.BuilderUpdateSignalingChannelRequest.Builder. singleMasterConfiguration(Consumer<SingleMasterConfiguration.Builder> singleMasterConfiguration)The structure containing the configuration for theSINGLE_MASTERtype of the signaling channel that you want to update.
-