Class CopyConfigurationDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • configurationMap

        public CopyConfigurationDetails.Builder configurationMap​(Map<String,​String> configurationMap)
        Simple key-value pair that has parameters related to the import process (EnableOcidSubstitution, DestinationDomainID, \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. \u2014 Destination APM Domain ID where the configuration Item(s) will be fast imported to. \u2014 List of Configuration Type or Groups to be fast imported. \u2014 the compartment Id we will fast import to, if the compartment Id is not provided it will be the default destination domain compartmentId.

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