public static interface ModuleLoggingConfigurationInput.Builder extends SdkPojo, CopyableBuilder<ModuleLoggingConfigurationInput.Builder,ModuleLoggingConfigurationInput>
| Modifier and Type | Method and Description |
|---|---|
ModuleLoggingConfigurationInput.Builder |
enabled(Boolean enabled)
Defines that the logging module is enabled.
|
ModuleLoggingConfigurationInput.Builder |
logLevel(LoggingLevel logLevel)
Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.
|
ModuleLoggingConfigurationInput.Builder |
logLevel(String logLevel)
Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModuleLoggingConfigurationInput.Builder enabled(Boolean enabled)
Defines that the logging module is enabled.
enabled - Defines that the logging module is enabled.ModuleLoggingConfigurationInput.Builder logLevel(String logLevel)
Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.
logLevel - Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.LoggingLevel,
LoggingLevelModuleLoggingConfigurationInput.Builder logLevel(LoggingLevel logLevel)
Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.
logLevel - Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.LoggingLevel,
LoggingLevelCopyright © 2021. All rights reserved.