Class MonitorResult.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • resultType

        public MonitorResult.Builder resultType​(String resultType)
        Type of result.

        Example: HAR, Screenshot, Log or Network.

        Parameters:
        resultType - the value to set
        Returns:
        this builder
      • resultContentType

        public MonitorResult.Builder resultContentType​(String resultContentType)
        Type of result content.

        Example: Zip or Raw file.

        Parameters:
        resultContentType - the value to set
        Returns:
        this builder
      • monitorId

        public MonitorResult.Builder monitorId​(String monitorId)
        The OCID of the monitor.
        Parameters:
        monitorId - the value to set
        Returns:
        this builder
      • vantagePoint

        public MonitorResult.Builder vantagePoint​(String vantagePoint)
        The name of the public or dedicated vantage point.
        Parameters:
        vantagePoint - the value to set
        Returns:
        this builder
      • executionTime

        public MonitorResult.Builder executionTime​(String executionTime)
        The specific point of time when the result of an execution is collected.
        Parameters:
        executionTime - the value to set
        Returns:
        this builder