public static interface LogConfigurationType.Builder extends SdkPojo, CopyableBuilder<LogConfigurationType.Builder,LogConfigurationType>
| Modifier and Type | Method and Description |
|---|---|
LogConfigurationType.Builder |
cloudWatchLogsConfiguration(CloudWatchLogsConfigurationType cloudWatchLogsConfiguration)
The CloudWatch logging destination of a user pool.
|
default LogConfigurationType.Builder |
cloudWatchLogsConfiguration(Consumer<CloudWatchLogsConfigurationType.Builder> cloudWatchLogsConfiguration)
The CloudWatch logging destination of a user pool.
|
LogConfigurationType.Builder |
eventSource(EventSourceName eventSource)
The source of events that your user pool sends for detailed activity logging.
|
LogConfigurationType.Builder |
eventSource(String eventSource)
The source of events that your user pool sends for detailed activity logging.
|
LogConfigurationType.Builder |
logLevel(LogLevel logLevel)
The
errorlevel selection of logs that a user pool sends for detailed activity logging. |
LogConfigurationType.Builder |
logLevel(String logLevel)
The
errorlevel selection of logs that a user pool sends for detailed activity logging. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogConfigurationType.Builder logLevel(String logLevel)
The errorlevel selection of logs that a user pool sends for detailed activity logging.
LogConfigurationType.Builder logLevel(LogLevel logLevel)
The errorlevel selection of logs that a user pool sends for detailed activity logging.
LogConfigurationType.Builder eventSource(String eventSource)
The source of events that your user pool sends for detailed activity logging.
eventSource - The source of events that your user pool sends for detailed activity logging.EventSourceName,
EventSourceNameLogConfigurationType.Builder eventSource(EventSourceName eventSource)
The source of events that your user pool sends for detailed activity logging.
eventSource - The source of events that your user pool sends for detailed activity logging.EventSourceName,
EventSourceNameLogConfigurationType.Builder cloudWatchLogsConfiguration(CloudWatchLogsConfigurationType cloudWatchLogsConfiguration)
The CloudWatch logging destination of a user pool.
cloudWatchLogsConfiguration - The CloudWatch logging destination of a user pool.default LogConfigurationType.Builder cloudWatchLogsConfiguration(Consumer<CloudWatchLogsConfigurationType.Builder> cloudWatchLogsConfiguration)
The CloudWatch logging destination of a user pool.
This is a convenience method that creates an instance of theCloudWatchLogsConfigurationType.Builder
avoiding the need to create one manually via CloudWatchLogsConfigurationType.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to cloudWatchLogsConfiguration(CloudWatchLogsConfigurationType).
cloudWatchLogsConfiguration - a consumer that will call methods on CloudWatchLogsConfigurationType.BuildercloudWatchLogsConfiguration(CloudWatchLogsConfigurationType)Copyright © 2023. All rights reserved.