Interface ConnectorResourceFormat.UpdateStages.WithConnectorProperties

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

public static interface ConnectorResourceFormat.UpdateStages.WithConnectorProperties
The stage of the ConnectorResourceFormat update allowing to specify connectorProperties.
  • Method Details

    • withConnectorProperties

      ConnectorResourceFormat.Update withConnectorProperties(Map<String,Object> connectorProperties)
      Specifies the connectorProperties property: The connector properties..
      Parameters:
      connectorProperties - The connector properties.
      Returns:
      the next definition stage.