Package com.oracle.bmc.datascience.model
Class ScheduleLogDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.ScheduleLogDetails.Builder
-
- Enclosing class:
- ScheduleLogDetails
public static class ScheduleLogDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduleLogDetails
build()
ScheduleLogDetails.Builder
copy(ScheduleLogDetails model)
ScheduleLogDetails.Builder
logGroupId(String logGroupId)
The OCID of the log group.ScheduleLogDetails.Builder
logId(String logId)
The OCID of the custom log to be used for Schedule logging.
-
-
-
Method Detail
-
logGroupId
public ScheduleLogDetails.Builder logGroupId(String logGroupId)
The OCID of the log group.- Parameters:
logGroupId
- the value to set- Returns:
- this builder
-
logId
public ScheduleLogDetails.Builder logId(String logId)
The OCID of the custom log to be used for Schedule logging.- Parameters:
logId
- the value to set- Returns:
- this builder
-
build
public ScheduleLogDetails build()
-
copy
public ScheduleLogDetails.Builder copy(ScheduleLogDetails model)
-
-