Package com.oracle.bmc.jms.model
Class CustomLog.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.model.CustomLog.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomLog
build()
CustomLog.Builder
copy(CustomLog model)
CustomLog.Builder
logGroupId(String logGroupId)
The OCID of the log group.CustomLog.Builder
logId(String logId)
The OCID of the log.
-
-
-
Method Detail
-
logGroupId
public CustomLog.Builder logGroupId(String logGroupId)
The OCID of the log group.- Parameters:
logGroupId
- the value to set- Returns:
- this builder
-
logId
public CustomLog.Builder logId(String logId)
The OCID of the log.- Parameters:
logId
- the value to set- Returns:
- this builder
-
build
public CustomLog build()
-
copy
public CustomLog.Builder copy(CustomLog model)
-
-