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.Builder
LoggingConfig.Builder. applicationLogLevel(String applicationLogLevel)
Set this property to filter the application logs for your function that Lambda sends to CloudWatch.LoggingConfig.Builder
LoggingConfig.Builder. applicationLogLevel(ApplicationLogLevel applicationLogLevel)
Set this property to filter the application logs for your function that Lambda sends to CloudWatch.static LoggingConfig.Builder
LoggingConfig. builder()
LoggingConfig.Builder
LoggingConfig.Builder. logFormat(String logFormat)
The format in which Lambda sends your function's application and system logs to CloudWatch.LoggingConfig.Builder
LoggingConfig.Builder. logFormat(LogFormat logFormat)
The format in which Lambda sends your function's application and system logs to CloudWatch.LoggingConfig.Builder
LoggingConfig.Builder. logGroup(String logGroup)
The name of the Amazon CloudWatch log group the function sends logs to.LoggingConfig.Builder
LoggingConfig.Builder. systemLogLevel(String systemLogLevel)
Set this property to filter the system logs for your function that Lambda sends to CloudWatch.LoggingConfig.Builder
LoggingConfig.Builder. systemLogLevel(SystemLogLevel systemLogLevel)
Set this property to filter the system logs for your function that Lambda sends to CloudWatch.LoggingConfig.Builder
LoggingConfig. 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.Builder
CreateFunctionRequest.Builder. loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The function's Amazon CloudWatch Logs configuration settings.default CreateFunctionResponse.Builder
CreateFunctionResponse.Builder. loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The function's Amazon CloudWatch Logs configuration settings.default FunctionConfiguration.Builder
FunctionConfiguration.Builder. loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The function's Amazon CloudWatch Logs configuration settings.default GetFunctionConfigurationResponse.Builder
GetFunctionConfigurationResponse.Builder. loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The function's Amazon CloudWatch Logs configuration settings.default PublishVersionResponse.Builder
PublishVersionResponse.Builder. loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The function's Amazon CloudWatch Logs configuration settings.default UpdateFunctionCodeResponse.Builder
UpdateFunctionCodeResponse.Builder. loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The function's Amazon CloudWatch Logs configuration settings.default UpdateFunctionConfigurationRequest.Builder
UpdateFunctionConfigurationRequest.Builder. loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The function's Amazon CloudWatch Logs configuration settings.default UpdateFunctionConfigurationResponse.Builder
UpdateFunctionConfigurationResponse.Builder. loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The function's Amazon CloudWatch Logs configuration settings.
-