Interface MediaService.DefinitionStages.WithMinimumTlsVersion

All Known Subinterfaces:
MediaService.Definition, MediaService.DefinitionStages.WithCreate
Enclosing interface:
MediaService.DefinitionStages

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

    • withMinimumTlsVersion

      MediaService.DefinitionStages.WithCreate 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.