Interface GlobalReachConnection.UpdateStages.WithAuthorizationKey

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

public static interface GlobalReachConnection.UpdateStages.WithAuthorizationKey
The stage of the GlobalReachConnection update allowing to specify authorizationKey.
  • Method Summary

    Modifier and Type
    Method
    Description
    withAuthorizationKey(String authorizationKey)
    Specifies the authorizationKey property: Authorization key from the peer express route used for the global reach connection.
  • Method Details

    • withAuthorizationKey

      GlobalReachConnection.Update withAuthorizationKey(String authorizationKey)
      Specifies the authorizationKey property: Authorization key from the peer express route used for the global reach connection.
      Parameters:
      authorizationKey - Authorization key from the peer express route used for the global reach connection.
      Returns:
      the next definition stage.