PermissionBinding.DefinitionStages.WithTopicSpaceName Interface

public static interface PermissionBinding.DefinitionStages.WithTopicSpaceName

The stage of the PermissionBinding definition allowing to specify topicSpaceName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTopicSpaceName(String topicSpaceName)

Specifies the topicSpaceName property: The name of the Topic Space resource that the permission is bound to.

Method Details

withTopicSpaceName

public abstract PermissionBinding.DefinitionStages.WithCreate withTopicSpaceName(String topicSpaceName)

Specifies the topicSpaceName property: The name of the Topic Space resource that the permission is bound to. The Topic space needs to be a resource under the same namespace the permission binding is a part of..

Parameters:

topicSpaceName - The name of the Topic Space resource that the permission is bound to. The Topic space needs to be a resource under the same namespace the permission binding is a part of.

Returns:

the next definition stage.

Applies to