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