Package com.oracle.bmc.datascience.model
Class ImplementationLogging.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.ImplementationLogging.Builder
-
- Enclosing class:
- ImplementationLogging
public static class ImplementationLogging.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImplementationLogging.Builder
aggregatedInstanceViewLog(ImplementationLogDetails aggregatedInstanceViewLog)
ImplementationLogging
build()
ImplementationLogging.Builder
copy(ImplementationLogging model)
ImplementationLogging.Builder
implementationLog(ImplementationLogDetails implementationLog)
ImplementationLogging.Builder
triggerLog(ImplementationLogDetails triggerLog)
-
-
-
Method Detail
-
implementationLog
public ImplementationLogging.Builder implementationLog(ImplementationLogDetails implementationLog)
-
aggregatedInstanceViewLog
public ImplementationLogging.Builder aggregatedInstanceViewLog(ImplementationLogDetails aggregatedInstanceViewLog)
-
triggerLog
public ImplementationLogging.Builder triggerLog(ImplementationLogDetails triggerLog)
-
build
public ImplementationLogging build()
-
copy
public ImplementationLogging.Builder copy(ImplementationLogging model)
-
-