Package com.oracle.bmc.dataflow.model
Class ApplicationLogConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.dataflow.model.ApplicationLogConfig.Builder
-
- Enclosing class:
- ApplicationLogConfig
public static class ApplicationLogConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationLogConfig
build()
ApplicationLogConfig.Builder
copy(ApplicationLogConfig model)
ApplicationLogConfig.Builder
logGroupId(String logGroupId)
The log group id for where log objects will be for Data Flow Runs.ApplicationLogConfig.Builder
logId(String logId)
The log id of the log object the Application Logs of Data Flow Run will be shipped to.
-
-
-
Method Detail
-
logGroupId
public ApplicationLogConfig.Builder logGroupId(String logGroupId)
The log group id for where log objects will be for Data Flow Runs.- Parameters:
logGroupId
- the value to set- Returns:
- this builder
-
logId
public ApplicationLogConfig.Builder logId(String logId)
The log id of the log object the Application Logs of Data Flow Run will be shipped to.- Parameters:
logId
- the value to set- Returns:
- this builder
-
build
public ApplicationLogConfig build()
-
copy
public ApplicationLogConfig.Builder copy(ApplicationLogConfig model)
-
-