Uses of Interface
software.amazon.awssdk.services.lambda.model.LoggingConfig.Builder
Packages that use LoggingConfig.Builder
-
Uses of LoggingConfig.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return LoggingConfig.BuilderModifier and TypeMethodDescriptionLoggingConfig.Builder.applicationLogLevel(String applicationLogLevel) Set this property to filter the application logs for your function that Lambda sends to CloudWatch.LoggingConfig.Builder.applicationLogLevel(ApplicationLogLevel applicationLogLevel) Set this property to filter the application logs for your function that Lambda sends to CloudWatch.static LoggingConfig.BuilderLoggingConfig.builder()The format in which Lambda sends your function's application and system logs to CloudWatch.The format in which Lambda sends your function's application and system logs to CloudWatch.The name of the Amazon CloudWatch log group the function sends logs to.LoggingConfig.Builder.systemLogLevel(String systemLogLevel) Set this property to filter the system logs for your function that Lambda sends to CloudWatch.LoggingConfig.Builder.systemLogLevel(SystemLogLevel systemLogLevel) Set this property to filter the system logs for your function that Lambda sends to CloudWatch.LoggingConfig.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type LoggingConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LoggingConfig.Builder>LoggingConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type LoggingConfig.BuilderModifier and TypeMethodDescriptiondefault CreateFunctionRequest.BuilderCreateFunctionRequest.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) The function's Amazon CloudWatch Logs configuration settings.default CreateFunctionResponse.BuilderCreateFunctionResponse.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) The function's Amazon CloudWatch Logs configuration settings.default FunctionConfiguration.BuilderFunctionConfiguration.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) The function's Amazon CloudWatch Logs configuration settings.GetFunctionConfigurationResponse.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) The function's Amazon CloudWatch Logs configuration settings.default PublishVersionResponse.BuilderPublishVersionResponse.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) The function's Amazon CloudWatch Logs configuration settings.UpdateFunctionCodeResponse.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) The function's Amazon CloudWatch Logs configuration settings.UpdateFunctionConfigurationRequest.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) The function's Amazon CloudWatch Logs configuration settings.UpdateFunctionConfigurationResponse.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) The function's Amazon CloudWatch Logs configuration settings.