HybridConnection.DefinitionStages.WithUserMetadata Interface

public static interface HybridConnection.DefinitionStages.WithUserMetadata

The stage of the HybridConnection definition allowing to specify userMetadata.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withUserMetadata(String userMetadata)

Specifies the userMetadata property: The usermetadata is a placeholder to store user-defined string data for the hybrid connection endpoint.

Method Details

withUserMetadata

public abstract HybridConnection.DefinitionStages.WithCreate withUserMetadata(String userMetadata)

Specifies the userMetadata property: The usermetadata is a placeholder to store user-defined string data for the hybrid connection endpoint. For example, it can be used to store descriptive data, such as a list of teams and their contact information. Also, user-defined configuration settings can be stored..

Parameters:

userMetadata - The usermetadata is a placeholder to store user-defined string data for the hybrid connection endpoint. For example, it can be used to store descriptive data, such as a list of teams and their contact information. Also, user-defined configuration settings can be stored.

Returns:

the next definition stage.

Applies to