Share via


Topic.DefinitionStages.WithMinimumTlsVersionAllowed Interface

public static interface Topic.DefinitionStages.WithMinimumTlsVersionAllowed

The stage of the Topic definition allowing to specify minimumTlsVersionAllowed.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withMinimumTlsVersionAllowed(TlsVersion minimumTlsVersionAllowed)

Specifies the minimumTlsVersionAllowed property: Minimum TLS version of the publisher allowed to publish to this topic.

Method Details

withMinimumTlsVersionAllowed

public abstract Topic.DefinitionStages.WithCreate withMinimumTlsVersionAllowed(TlsVersion minimumTlsVersionAllowed)

Specifies the minimumTlsVersionAllowed property: Minimum TLS version of the publisher allowed to publish to this topic.

Parameters:

minimumTlsVersionAllowed - Minimum TLS version of the publisher allowed to publish to this topic.

Returns:

the next definition stage.

Applies to