Class SearchLogsDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • timeStart

        public SearchLogsDetails.Builder timeStart​(Date timeStart)
        Start filter log’s date and time, in the format defined by RFC3339.
        Parameters:
        timeStart - the value to set
        Returns:
        this builder
      • timeEnd

        public SearchLogsDetails.Builder timeEnd​(Date timeEnd)
        End filter log’s date and time, in the format defined by RFC3339.
        Parameters:
        timeEnd - the value to set
        Returns:
        this builder
      • searchQuery

        public SearchLogsDetails.Builder searchQuery​(String searchQuery)
        Query corresponding to the search operation.

        This query is parsed and validated before execution and should follow the specification. For more information on the query language specification, see Logging Query Language Specification.

        Parameters:
        searchQuery - the value to set
        Returns:
        this builder
      • isReturnFieldInfo

        public SearchLogsDetails.Builder isReturnFieldInfo​(Boolean isReturnFieldInfo)
        Whether to return field schema information for the log stream specified in searchQuery.
        Parameters:
        isReturnFieldInfo - the value to set
        Returns:
        this builder