次の方法で共有


Topic.UpdateStages.WithMinimumTlsVersionAllowed Interface

public static interface Topic.UpdateStages.WithMinimumTlsVersionAllowed

The stage of the Topic update allowing to specify minimumTlsVersionAllowed.

Method Summary

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

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

Method Details

withMinimumTlsVersionAllowed

public abstract Topic.Update withMinimumTlsVersionAllowed(TlsVersion minimumTlsVersionAllowed)

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

Parameters:

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

Returns:

the next definition stage.

Applies to