@Stability(value=Experimental) public static final class LogOptions.Builder extends Object
LogOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LogOptions |
build()
Builds the configured instance.
|
LogOptions.Builder |
destination(ILogGroup destination)
Sets the value of
LogOptions.getDestination() |
LogOptions.Builder |
includeExecutionData(Boolean includeExecutionData)
Sets the value of
LogOptions.getIncludeExecutionData() |
LogOptions.Builder |
level(LogLevel level)
Sets the value of
LogOptions.getLevel() |
@Stability(value=Experimental) public LogOptions.Builder destination(ILogGroup destination)
LogOptions.getDestination()destination - The log group where the execution history events will be logged. This parameter is required.this@Stability(value=Experimental) public LogOptions.Builder includeExecutionData(Boolean includeExecutionData)
LogOptions.getIncludeExecutionData()includeExecutionData - Determines whether execution data is included in your log.this@Stability(value=Experimental) public LogOptions.Builder level(LogLevel level)
LogOptions.getLevel()level - Defines which category of execution history events are logged.this@Stability(value=Experimental) public LogOptions build()
LogOptionsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.