public static interface ModuleLoggingConfiguration.Builder extends SdkPojo, CopyableBuilder<ModuleLoggingConfiguration.Builder,ModuleLoggingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ModuleLoggingConfiguration.Builder |
cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
Provides the ARN for the CloudWatch group where the logs will be published.
|
ModuleLoggingConfiguration.Builder |
enabled(Boolean enabled)
Defines that the logging module is enabled.
|
ModuleLoggingConfiguration.Builder |
logLevel(LoggingLevel logLevel)
Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.
|
ModuleLoggingConfiguration.Builder |
logLevel(String logLevel)
Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModuleLoggingConfiguration.Builder cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
Provides the ARN for the CloudWatch group where the logs will be published.
cloudWatchLogGroupArn - Provides the ARN for the CloudWatch group where the logs will be published.ModuleLoggingConfiguration.Builder enabled(Boolean enabled)
Defines that the logging module is enabled.
enabled - Defines that the logging module is enabled.ModuleLoggingConfiguration.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,
LoggingLevelModuleLoggingConfiguration.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.