Interface IContentManagementConfigurationUpdatable

All Superinterfaces:
ICMSApiConfigurationUpdatable

public interface IContentManagementConfigurationUpdatable extends ICMSApiConfigurationUpdatable
Author:
Phillip Austerfield
  • Method Details

    • setCmsServerName

      void setCmsServerName(@Nullable @Nullable String sValue)
      Set the server url
      Parameters:
      sValue -
    • setCmsServerPort

      void setCmsServerPort(int nValue)
      Set the CMS server port
      Parameters:
      nValue -
    • setCmsUsername

      void setCmsUsername(@Nullable @Nullable String sValue)
      Set the username
      Parameters:
      sValue -
    • setCmsPassword

      void setCmsPassword(@Nullable @Nullable String sValue)
      Set the CMS Password/Key
      Parameters:
      sValue -
    • setCmsConnectionMode

      void setCmsConnectionMode(@Nullable @Nullable String sValue)
      Update connection mode
      Parameters:
      sValue -
    • setEnvironmentName

      void setEnvironmentName(@NotNull @NotNull String sValue)
      Optional. Set Environment Name/Uid
      Parameters:
      sValue -
    • setEnvironmentAccessKey

      void setEnvironmentAccessKey(@NotNull @NotNull String sValue)
      Optional. Set Environment Key
      Parameters:
      sValue -
    • setEnvironmentRegion

      void setEnvironmentRegion(@NotNull @NotNull String sValue)
      Optional. Set Environment Region
      Parameters:
      sValue -