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