Interface LogEventConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LogEventConfiguration.Builder,,LogEventConfiguration> SdkBuilder<LogEventConfiguration.Builder,,LogEventConfiguration> SdkPojo
- Enclosing class:
LogEventConfiguration
@Mutable
@NotThreadSafe
public static interface LogEventConfiguration.Builder
extends SdkPojo, CopyableBuilder<LogEventConfiguration.Builder,LogEventConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of event to log.logDestination(String logDestination) CloudWatch Log Group for event-based logging.The logging level for the specified event type.The logging level for the specified event type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
eventType
The type of event to log. These include event types like Connect, Publish, and Disconnect.
- Parameters:
eventType- The type of event to log. These include event types like Connect, Publish, and Disconnect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logLevel
The logging level for the specified event type. Determines the verbosity of log messages generated for this event type.
- Parameters:
logLevel- The logging level for the specified event type. Determines the verbosity of log messages generated for this event type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logLevel
The logging level for the specified event type. Determines the verbosity of log messages generated for this event type.
- Parameters:
logLevel- The logging level for the specified event type. Determines the verbosity of log messages generated for this event type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logDestination
CloudWatch Log Group for event-based logging. Specifies where log events should be sent. The log destination for event-based logging overrides default Log Group for the specified event type and applies to all resources associated with that event.
- Parameters:
logDestination- CloudWatch Log Group for event-based logging. Specifies where log events should be sent. The log destination for event-based logging overrides default Log Group for the specified event type and applies to all resources associated with that event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-