public static interface GetVoiceConnectorLoggingConfigurationResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<GetVoiceConnectorLoggingConfigurationResponse.Builder,GetVoiceConnectorLoggingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetVoiceConnectorLoggingConfigurationResponse.Builder |
loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The logging configuration details.
|
GetVoiceConnectorLoggingConfigurationResponse.Builder |
loggingConfiguration(LoggingConfiguration loggingConfiguration)
The logging configuration details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetVoiceConnectorLoggingConfigurationResponse.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
The logging configuration details.
loggingConfiguration - The logging configuration details.default GetVoiceConnectorLoggingConfigurationResponse.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The logging configuration details.
This is a convenience method that creates an instance of theLoggingConfiguration.Builder avoiding
the need to create one manually via LoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loggingConfiguration(LoggingConfiguration).
loggingConfiguration - a consumer that will call methods on LoggingConfiguration.BuilderloggingConfiguration(LoggingConfiguration)Copyright © 2022. All rights reserved.