Interface LoggingConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoggingConfiguration.Builder,
,LoggingConfiguration> SdkBuilder<LoggingConfiguration.Builder,
,LoggingConfiguration> SdkPojo
- Enclosing class:
LoggingConfiguration
public static interface LoggingConfiguration.Builder
extends SdkPojo, CopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionenableMediaMetricLogs
(Boolean enableMediaMetricLogs) Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.enableSIPLogs
(Boolean enableSIPLogs) Boolean that enables SIP message logs to Amazon CloudWatch logs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
enableSIPLogs
Boolean that enables SIP message logs to Amazon CloudWatch logs.
- Parameters:
enableSIPLogs
- Boolean that enables SIP message logs to Amazon CloudWatch logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableMediaMetricLogs
Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.
- Parameters:
enableMediaMetricLogs
- Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-