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