Interface CapacityProviderLoggingConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CapacityProviderLoggingConfig.Builder,,CapacityProviderLoggingConfig> SdkBuilder<CapacityProviderLoggingConfig.Builder,,CapacityProviderLoggingConfig> SdkPojo
- Enclosing class:
CapacityProviderLoggingConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Amazon CloudWatch log group the capacity provider sends logs to.systemLogLevel(String systemLogLevel) Set this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch.systemLogLevel(SystemLogLevel systemLogLevel) Set this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
systemLogLevel
Set this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where
DEBUGis the highest level andWARNis the lowest.- Parameters:
systemLogLevel- Set this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, whereDEBUGis the highest level andWARNis the lowest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
systemLogLevel
Set this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where
DEBUGis the highest level andWARNis the lowest.- Parameters:
systemLogLevel- Set this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, whereDEBUGis the highest level andWARNis the lowest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logGroup
The name of the Amazon CloudWatch log group the capacity provider sends logs to. By default, Lambda capacity providers send logs to a default log group named
/aws/lambda/capacity-provider/<capacity provider name>. To use a different log group, enter an existing log group or enter a new log group name.- Parameters:
logGroup- The name of the Amazon CloudWatch log group the capacity provider sends logs to. By default, Lambda capacity providers send logs to a default log group named/aws/lambda/capacity-provider/<capacity provider name>. To use a different log group, enter an existing log group or enter a new log group name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-