Package com.oracle.bmc.apmtraces.model
Class SpanLog.Builder
- java.lang.Object
-
- com.oracle.bmc.apmtraces.model.SpanLog.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpanLog
build()
SpanLog.Builder
copy(SpanLog model)
SpanLog.Builder
logKey(String logKey)
Key that specifies the log name.SpanLog.Builder
logValue(String logValue)
Value associated with the log key.
-
-
-
Method Detail
-
logKey
public SpanLog.Builder logKey(String logKey)
Key that specifies the log name.- Parameters:
logKey
- the value to set- Returns:
- this builder
-
logValue
public SpanLog.Builder logValue(String logValue)
Value associated with the log key.- Parameters:
logValue
- the value to set- Returns:
- this builder
-
build
public SpanLog build()
-
copy
public SpanLog.Builder copy(SpanLog model)
-
-