Class ScanResultSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • wlsDomainId

        public ScanResultSummary.Builder wlsDomainId​(String wlsDomainId)
        The OCID of the WebLogic domain.
        Parameters:
        wlsDomainId - the value to set
        Returns:
        this builder
      • serverName

        public ScanResultSummary.Builder serverName​(String serverName)
        The name of the WebLogic server to which the server check belongs.
        Parameters:
        serverName - the value to set
        Returns:
        this builder
      • timeOfServerCheck

        public ScanResultSummary.Builder timeOfServerCheck​(Date timeOfServerCheck)
        The date when the WebLogic server health check is performed (in RFC 3339 format).

        Example: 2016-08-25T21:10:29.600Z

        Parameters:
        timeOfServerCheck - the value to set
        Returns:
        this builder
      • serverCheckName

        public ScanResultSummary.Builder serverCheckName​(String serverCheckName)
        The name of the check performed.
        Parameters:
        serverCheckName - the value to set
        Returns:
        this builder
      • serverCheckResultId

        public ScanResultSummary.Builder serverCheckResultId​(String serverCheckResultId)
        The identifier of the the server check result.
        Parameters:
        serverCheckResultId - the value to set
        Returns:
        this builder
      • serverCheckResult

        public ScanResultSummary.Builder serverCheckResult​(String serverCheckResult)
        The result of the server check.
        Parameters:
        serverCheckResult - the value to set
        Returns:
        this builder