public static interface LoggingConfiguration.Builder extends SdkPojo, CopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default LoggingConfiguration.Builder |
dagProcessingLogs(Consumer<ModuleLoggingConfiguration.Builder> dagProcessingLogs)
Sets the value of the DagProcessingLogs property for this object.
|
LoggingConfiguration.Builder |
dagProcessingLogs(ModuleLoggingConfiguration dagProcessingLogs)
Sets the value of the DagProcessingLogs property for this object.
|
default LoggingConfiguration.Builder |
schedulerLogs(Consumer<ModuleLoggingConfiguration.Builder> schedulerLogs)
Sets the value of the SchedulerLogs property for this object.
|
LoggingConfiguration.Builder |
schedulerLogs(ModuleLoggingConfiguration schedulerLogs)
Sets the value of the SchedulerLogs property for this object.
|
default LoggingConfiguration.Builder |
taskLogs(Consumer<ModuleLoggingConfiguration.Builder> taskLogs)
Sets the value of the TaskLogs property for this object.
|
LoggingConfiguration.Builder |
taskLogs(ModuleLoggingConfiguration taskLogs)
Sets the value of the TaskLogs property for this object.
|
default LoggingConfiguration.Builder |
webserverLogs(Consumer<ModuleLoggingConfiguration.Builder> webserverLogs)
Sets the value of the WebserverLogs property for this object.
|
LoggingConfiguration.Builder |
webserverLogs(ModuleLoggingConfiguration webserverLogs)
Sets the value of the WebserverLogs property for this object.
|
default LoggingConfiguration.Builder |
workerLogs(Consumer<ModuleLoggingConfiguration.Builder> workerLogs)
Sets the value of the WorkerLogs property for this object.
|
LoggingConfiguration.Builder |
workerLogs(ModuleLoggingConfiguration workerLogs)
Sets the value of the WorkerLogs property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoggingConfiguration.Builder dagProcessingLogs(ModuleLoggingConfiguration dagProcessingLogs)
dagProcessingLogs - The new value for the DagProcessingLogs property for this object.default LoggingConfiguration.Builder dagProcessingLogs(Consumer<ModuleLoggingConfiguration.Builder> dagProcessingLogs)
ModuleLoggingConfiguration.Builder avoiding the
need to create one manually via ModuleLoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dagProcessingLogs(ModuleLoggingConfiguration).dagProcessingLogs - a consumer that will call methods on ModuleLoggingConfiguration.BuilderdagProcessingLogs(ModuleLoggingConfiguration)LoggingConfiguration.Builder schedulerLogs(ModuleLoggingConfiguration schedulerLogs)
schedulerLogs - The new value for the SchedulerLogs property for this object.default LoggingConfiguration.Builder schedulerLogs(Consumer<ModuleLoggingConfiguration.Builder> schedulerLogs)
ModuleLoggingConfiguration.Builder avoiding the
need to create one manually via ModuleLoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to schedulerLogs(ModuleLoggingConfiguration).schedulerLogs - a consumer that will call methods on ModuleLoggingConfiguration.BuilderschedulerLogs(ModuleLoggingConfiguration)LoggingConfiguration.Builder taskLogs(ModuleLoggingConfiguration taskLogs)
taskLogs - The new value for the TaskLogs property for this object.default LoggingConfiguration.Builder taskLogs(Consumer<ModuleLoggingConfiguration.Builder> taskLogs)
ModuleLoggingConfiguration.Builder avoiding the
need to create one manually via ModuleLoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to taskLogs(ModuleLoggingConfiguration).taskLogs - a consumer that will call methods on ModuleLoggingConfiguration.BuildertaskLogs(ModuleLoggingConfiguration)LoggingConfiguration.Builder webserverLogs(ModuleLoggingConfiguration webserverLogs)
webserverLogs - The new value for the WebserverLogs property for this object.default LoggingConfiguration.Builder webserverLogs(Consumer<ModuleLoggingConfiguration.Builder> webserverLogs)
ModuleLoggingConfiguration.Builder avoiding the
need to create one manually via ModuleLoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to webserverLogs(ModuleLoggingConfiguration).webserverLogs - a consumer that will call methods on ModuleLoggingConfiguration.BuilderwebserverLogs(ModuleLoggingConfiguration)LoggingConfiguration.Builder workerLogs(ModuleLoggingConfiguration workerLogs)
workerLogs - The new value for the WorkerLogs property for this object.default LoggingConfiguration.Builder workerLogs(Consumer<ModuleLoggingConfiguration.Builder> workerLogs)
ModuleLoggingConfiguration.Builder avoiding the
need to create one manually via ModuleLoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to workerLogs(ModuleLoggingConfiguration).workerLogs - a consumer that will call methods on ModuleLoggingConfiguration.BuilderworkerLogs(ModuleLoggingConfiguration)Copyright © 2021. All rights reserved.