Package com.oracle.bmc.logging.model
Class UnifiedAgentTailSourceAdvancedOptions.Builder
- java.lang.Object
-
- com.oracle.bmc.logging.model.UnifiedAgentTailSourceAdvancedOptions.Builder
-
- Enclosing class:
- UnifiedAgentTailSourceAdvancedOptions
public static class UnifiedAgentTailSourceAdvancedOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnifiedAgentTailSourceAdvancedOptions
build()
UnifiedAgentTailSourceAdvancedOptions.Builder
copy(UnifiedAgentTailSourceAdvancedOptions model)
UnifiedAgentTailSourceAdvancedOptions.Builder
isReadFromHead(Boolean isReadFromHead)
Starts to read the logs from the head of the file or the last read position recorded in pos_file, not tail.
-
-
-
Method Detail
-
isReadFromHead
public UnifiedAgentTailSourceAdvancedOptions.Builder isReadFromHead(Boolean isReadFromHead)
Starts to read the logs from the head of the file or the last read position recorded in pos_file, not tail.- Parameters:
isReadFromHead
- the value to set- Returns:
- this builder
-
build
public UnifiedAgentTailSourceAdvancedOptions build()
-
copy
public UnifiedAgentTailSourceAdvancedOptions.Builder copy(UnifiedAgentTailSourceAdvancedOptions model)
-
-