Uses of Interface
software.amazon.awssdk.services.lambda.model.LoggingConfig.Builder
-
Packages that use LoggingConfig.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of LoggingConfig.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return LoggingConfig.Builder Modifier and Type Method Description LoggingConfig.BuilderLoggingConfig.Builder. applicationLogLevel(String applicationLogLevel)Set this property to filter the application logs for your function that Lambda sends to CloudWatch.LoggingConfig.BuilderLoggingConfig.Builder. applicationLogLevel(ApplicationLogLevel applicationLogLevel)Set this property to filter the application logs for your function that Lambda sends to CloudWatch.static LoggingConfig.BuilderLoggingConfig. builder()LoggingConfig.BuilderLoggingConfig.Builder. logFormat(String logFormat)The format in which Lambda sends your function's application and system logs to CloudWatch.LoggingConfig.BuilderLoggingConfig.Builder. logFormat(LogFormat logFormat)The format in which Lambda sends your function's application and system logs to CloudWatch.LoggingConfig.BuilderLoggingConfig.Builder. logGroup(String logGroup)The name of the Amazon CloudWatch log group the function sends logs to.LoggingConfig.BuilderLoggingConfig.Builder. systemLogLevel(String systemLogLevel)Set this property to filter the system logs for your function that Lambda sends to CloudWatch.LoggingConfig.BuilderLoggingConfig.Builder. systemLogLevel(SystemLogLevel systemLogLevel)Set this property to filter the system logs for your function that Lambda sends to CloudWatch.LoggingConfig.BuilderLoggingConfig. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type LoggingConfig.Builder Modifier and Type Method Description static Class<? extends LoggingConfig.Builder>LoggingConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type LoggingConfig.Builder Modifier and Type Method Description default 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.default GetFunctionConfigurationResponse.BuilderGetFunctionConfigurationResponse.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.default UpdateFunctionCodeResponse.BuilderUpdateFunctionCodeResponse.Builder. loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)The function's Amazon CloudWatch Logs configuration settings.default UpdateFunctionConfigurationRequest.BuilderUpdateFunctionConfigurationRequest.Builder. loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)The function's Amazon CloudWatch Logs configuration settings.default UpdateFunctionConfigurationResponse.BuilderUpdateFunctionConfigurationResponse.Builder. loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)The function's Amazon CloudWatch Logs configuration settings.
-