Interface MediaService.UpdateStages.WithMinimumTlsVersion

All Known Subinterfaces:
MediaService.Update
Enclosing interface:
MediaService.UpdateStages

public static interface MediaService.UpdateStages.WithMinimumTlsVersion
The stage of the MediaService update allowing to specify minimumTlsVersion.
  • Method Details

    • withMinimumTlsVersion

      MediaService.Update withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
      Specifies the minimumTlsVersion property: The minimum TLS version allowed for this account's requests. This is an optional property. If unspecified, a secure default value will be used..
      Parameters:
      minimumTlsVersion - The minimum TLS version allowed for this account's requests. This is an optional property. If unspecified, a secure default value will be used.
      Returns:
      the next definition stage.