Namespace.DefinitionStages.WithTopicsConfiguration Interface

public static interface Namespace.DefinitionStages.WithTopicsConfiguration

The stage of the Namespace definition allowing to specify topicsConfiguration.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTopicsConfiguration(TopicsConfiguration topicsConfiguration)

Specifies the topicsConfiguration property: Topics configuration information for the namespace resource.

Method Details

withTopicsConfiguration

public abstract Namespace.DefinitionStages.WithCreate withTopicsConfiguration(TopicsConfiguration topicsConfiguration)

Specifies the topicsConfiguration property: Topics configuration information for the namespace resource.

Parameters:

topicsConfiguration - Topics configuration information for the namespace resource.

Returns:

the next definition stage.

Applies to