Interface ConnectorResourceFormat.UpdateStages.WithIsInternal

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

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

    • withIsInternal

      ConnectorResourceFormat.Update withIsInternal(Boolean isInternal)
      Specifies the isInternal property: If this is an internal connector..
      Parameters:
      isInternal - If this is an internal connector.
      Returns:
      the next definition stage.