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