Class RestoreWlsDomainDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • isForceServersShutdown

        public RestoreWlsDomainDetails.Builder isForceServersShutdown​(Boolean isForceServersShutdown)
        If the restore operation required to stop the servers, this option indicates to force shutdown of the servers if they have not shutdown after a period of time.

        The timeout can be configured in the WebLogic domain configuration.

        Parameters:
        isForceServersShutdown - the value to set
        Returns:
        this builder
      • mustIncludeDomainsSharingMiddleware

        public RestoreWlsDomainDetails.Builder mustIncludeDomainsSharingMiddleware​(Boolean mustIncludeDomainsSharingMiddleware)
        If the WebLogic Domain being restored shares middleware with other domains, and the restore operation will restore servers in the other domains, this option allows the operation to proceed on all domains that share the same middleware.

        If not set to true, the restore operation will fail if there is any other domain using the same middleware.

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