Class CapacityProviderLoggingConfig
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CapacityProviderLoggingConfig.Builder,CapacityProviderLoggingConfig>
The capacity provider's Amazon CloudWatch Logs configuration settings.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringlogGroup()The name of the Amazon CloudWatch log group the capacity provider sends logs to.static Class<? extends CapacityProviderLoggingConfig.Builder>final SystemLogLevelSet this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch.final StringSet this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
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.If the service returns an enum value that is not available in the current SDK version,
systemLogLevelwill returnSystemLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsystemLogLevelAsString().- Returns:
- 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. - See Also:
-
systemLogLevelAsString
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.If the service returns an enum value that is not available in the current SDK version,
systemLogLevelwill returnSystemLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsystemLogLevelAsString().- Returns:
- 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. - 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.- Returns:
- 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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CapacityProviderLoggingConfig.Builder,CapacityProviderLoggingConfig>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-