Class IntegrationInstance.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public IntegrationInstance.Builder displayName​(String displayName)
        Integration Instance Identifier, can be renamed.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • compartmentId

        public IntegrationInstance.Builder compartmentId​(String compartmentId)
        Compartment Identifier.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • integrationInstanceType

        public IntegrationInstance.Builder integrationInstanceType​(IntegrationInstance.IntegrationInstanceType integrationInstanceType)
        Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX, STANDARDX and HEALTHCARE
        Parameters:
        integrationInstanceType - the value to set
        Returns:
        this builder
      • timeCreated

        public IntegrationInstance.Builder timeCreated​(Date timeCreated)
        The time the the IntegrationInstance was created.

        An RFC3339 formatted datetime string.

        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • timeUpdated

        public IntegrationInstance.Builder timeUpdated​(Date timeUpdated)
        The time the IntegrationInstance was updated.

        An RFC3339 formatted datetime string.

        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public IntegrationInstance.Builder lifecycleDetails​(String lifecycleDetails)
        Additional details of lifecycleState or substates
        Parameters:
        lifecycleDetails - the value to set
        Returns:
        this builder
      • stateMessage

        public IntegrationInstance.Builder stateMessage​(String stateMessage)
        An message describing the current state in more detail.

        For example, can be used to provide actionable information for a resource in Failed state.

        Parameters:
        stateMessage - the value to set
        Returns:
        this builder
      • freeformTags

        public IntegrationInstance.Builder freeformTags​(Map<String,​String> freeformTags)
        Simple key-value pair that is applied without any predefined name, type or scope.

        Exists for cross-compatibility only. Example: {“bar-key”: “value”}

        Parameters:
        freeformTags - the value to set
        Returns:
        this builder
      • definedTags

        public IntegrationInstance.Builder definedTags​(Map<String,​Map<String,​Object>> definedTags)
        Usage of predefined tag keys.

        These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}

        Parameters:
        definedTags - the value to set
        Returns:
        this builder
      • systemTags

        public IntegrationInstance.Builder systemTags​(Map<String,​Map<String,​Object>> systemTags)
        Usage of system tag keys.

        These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

        Parameters:
        systemTags - the value to set
        Returns:
        this builder
      • securityAttributes

        public IntegrationInstance.Builder securityAttributes​(Map<String,​Map<String,​Object>> securityAttributes)
        Security attributes for this resource.

        Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

        Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}

        Parameters:
        securityAttributes - the value to set
        Returns:
        this builder
      • instanceUrl

        public IntegrationInstance.Builder instanceUrl​(String instanceUrl)
        The Integration Instance URL.
        Parameters:
        instanceUrl - the value to set
        Returns:
        this builder
      • instanceDesignTimeUrl

        public IntegrationInstance.Builder instanceDesignTimeUrl​(String instanceDesignTimeUrl)
        The Integration Instance Design Time URL
        Parameters:
        instanceDesignTimeUrl - the value to set
        Returns:
        this builder
      • messagePacks

        public IntegrationInstance.Builder messagePacks​(Integer messagePacks)
        The number of configured message packs (if any)
        Parameters:
        messagePacks - the value to set
        Returns:
        this builder
      • isFileServerEnabled

        public IntegrationInstance.Builder isFileServerEnabled​(Boolean isFileServerEnabled)
        The file server is enabled or not.
        Parameters:
        isFileServerEnabled - the value to set
        Returns:
        this builder
      • isVisualBuilderEnabled

        public IntegrationInstance.Builder isVisualBuilderEnabled​(Boolean isVisualBuilderEnabled)
        VisualBuilder is enabled or not.
        Parameters:
        isVisualBuilderEnabled - the value to set
        Returns:
        this builder
      • alternateCustomEndpoints

        public IntegrationInstance.Builder alternateCustomEndpoints​(List<CustomEndpointDetails> alternateCustomEndpoints)
        A list of alternate custom endpoints used for the integration instance URL.
        Parameters:
        alternateCustomEndpoints - the value to set
        Returns:
        this builder
      • isDisasterRecoveryEnabled

        public IntegrationInstance.Builder isDisasterRecoveryEnabled​(Boolean isDisasterRecoveryEnabled)
        Is Disaster Recovery enabled for the integrationInstance
        Parameters:
        isDisasterRecoveryEnabled - the value to set
        Returns:
        this builder
      • logGroupId

        public IntegrationInstance.Builder logGroupId​(String logGroupId)
        OCID of LogAnalytics LogGroup, enabled for given integration instance
        Parameters:
        logGroupId - the value to set
        Returns:
        this builder
      • processAutomationLogGroupId

        public IntegrationInstance.Builder processAutomationLogGroupId​(String processAutomationLogGroupId)
        OCID of LogAnalytics LogGroup, enabled for given Process Automation attached to integration instance.
        Parameters:
        processAutomationLogGroupId - the value to set
        Returns:
        this builder