Interface HybridConnection.UpdateStages.WithUserMetadata

All Known Subinterfaces:
HybridConnection.Update
Enclosing interface:
HybridConnection.UpdateStages

public static interface HybridConnection.UpdateStages.WithUserMetadata
The stage of the HybridConnection update allowing to specify userMetadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      HybridConnection.Update 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.