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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationLogConfigbuild()ApplicationLogConfig.Buildercopy(ApplicationLogConfig model)ApplicationLogConfig.BuilderlogGroupId(String logGroupId)The log group id for where log objects will be for Data Flow Runs.ApplicationLogConfig.BuilderlogId(String logId)The log id of the log object the Application Logs of Data Flow Run will be shipped to.
 
- 
- 
- 
Method Detail- 
logGroupIdpublic 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
 
 - 
logIdpublic 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
 
 - 
buildpublic ApplicationLogConfig build() 
 - 
copypublic ApplicationLogConfig.Builder copy(ApplicationLogConfig model) 
 
- 
 
-