Package com.oracle.bmc.jms.model
Class CustomLog.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.model.CustomLog.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomLogbuild()CustomLog.Buildercopy(CustomLog model)CustomLog.BuilderlogGroupId(String logGroupId)The OCID of the log group.CustomLog.BuilderlogId(String logId)The OCID of the log.
 
- 
- 
- 
Method Detail- 
logGroupIdpublic CustomLog.Builder logGroupId(String logGroupId) The OCID of the log group.- Parameters:
- logGroupId- the value to set
- Returns:
- this builder
 
 - 
logIdpublic CustomLog.Builder logId(String logId) The OCID of the log.- Parameters:
- logId- the value to set
- Returns:
- this builder
 
 - 
buildpublic CustomLog build() 
 - 
copypublic CustomLog.Builder copy(CustomLog model) 
 
- 
 
-