public static class JobRunLogDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public JobRunLogDetails.Builder logGroupId(String logGroupId)
The log group id for where log objects will be for job runs.
logGroupId
- the value to setpublic JobRunLogDetails.Builder logId(String logId)
The log id of the log object the job run logs will be shipped to.
logId
- the value to setpublic JobRunLogDetails build()
public JobRunLogDetails.Builder copy(JobRunLogDetails model)
Copyright © 2016–2024. All rights reserved.