Class ImportConfigurationDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • configurationMap

        public ImportConfigurationDetails.Builder configurationMap​(Map<String,​String> configurationMap)
        Simple key-value pair that has parameters related to the import process (EnableOcidSubstitution, Skip, \u2026) and more.

        Example: {“parameter-key”: “parameter-value”} Supported parameters: \u2014 Enable the OCIDs in instructions to be replaced, if set to “true” The Config Service replace any OCIDs it finds in the instructions, if set to true the Config Service will replace. \u2014 Compartment Id we want to import the configuration Items, if the compartment Id is not provided it will be the default destination domain compartmentId.

        Parameters:
        configurationMap - the value to set
        Returns:
        this builder