Interface PutVoiceConnectorLoggingConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<PutVoiceConnectorLoggingConfigurationResponse.Builder,PutVoiceConnectorLoggingConfigurationResponse>,SdkBuilder<PutVoiceConnectorLoggingConfigurationResponse.Builder,PutVoiceConnectorLoggingConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutVoiceConnectorLoggingConfigurationResponse
public static interface PutVoiceConnectorLoggingConfigurationResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<PutVoiceConnectorLoggingConfigurationResponse.Builder,PutVoiceConnectorLoggingConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PutVoiceConnectorLoggingConfigurationResponse.BuilderloggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)The updated logging configuration details.PutVoiceConnectorLoggingConfigurationResponse.BuilderloggingConfiguration(LoggingConfiguration loggingConfiguration)The updated logging configuration details.-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
loggingConfiguration
PutVoiceConnectorLoggingConfigurationResponse.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
The updated logging configuration details.
- Parameters:
loggingConfiguration- The updated logging configuration details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggingConfiguration
default PutVoiceConnectorLoggingConfigurationResponse.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The updated logging configuration details.
This is a convenience method that creates an instance of theLoggingConfiguration.Builderavoiding the need to create one manually viaLoggingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologgingConfiguration(LoggingConfiguration).- Parameters:
loggingConfiguration- a consumer that will call methods onLoggingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loggingConfiguration(LoggingConfiguration)
-
-