public static interface PutVoiceConnectorLoggingConfigurationResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<PutVoiceConnectorLoggingConfigurationResponse.Builder,PutVoiceConnectorLoggingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default PutVoiceConnectorLoggingConfigurationResponse.Builder |
loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The updated logging configuration details.
|
PutVoiceConnectorLoggingConfigurationResponse.Builder |
loggingConfiguration(LoggingConfiguration loggingConfiguration)
The updated logging configuration details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutVoiceConnectorLoggingConfigurationResponse.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
The updated logging configuration details.
loggingConfiguration - The updated logging configuration details.default PutVoiceConnectorLoggingConfigurationResponse.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The updated 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.