Class LogEntry.Builder

  • Enclosing class:
    LogEntry

    public static class LogEntry.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • data

        public LogEntry.Builder data​(String data)
        The log entry content.
        Parameters:
        data - the value to set
        Returns:
        this builder
      • id

        public LogEntry.Builder id​(String id)
        UUID uniquely representing this logEntry.

        This is not an OCID related to any oracle resource.

        Parameters:
        id - the value to set
        Returns:
        this builder
      • time

        public LogEntry.Builder time​(Date time)
        Optional.

        The timestamp associated with the log entry. An RFC3339-formatted date-time string with milliseconds precision. If unspecified, defaults to PutLogsDetails.defaultlogentrytime.

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