Interface AudioLogSetting.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AudioLogSetting.Builder,,- AudioLogSetting> - SdkBuilder<AudioLogSetting.Builder,,- AudioLogSetting> - SdkPojo
- Enclosing class:
- AudioLogSetting
@Mutable
@NotThreadSafe
public static interface AudioLogSetting.Builder
extends SdkPojo, CopyableBuilder<AudioLogSetting.Builder,AudioLogSetting> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault AudioLogSetting.Builderdestination(Consumer<AudioLogDestination.Builder> destination) Sets the value of the Destination property for this object.destination(AudioLogDestination destination) Sets the value of the Destination property for this object.Determines whether audio logging in enabled for the bot.selectiveLoggingEnabled(Boolean selectiveLoggingEnabled) The option to enable selective conversation log capture for audio.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
enabledDetermines whether audio logging in enabled for the bot. - Parameters:
- enabled- Determines whether audio logging in enabled for the bot.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationSets the value of the Destination property for this object.- Parameters:
- destination- The new value for the Destination property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationSets the value of the Destination property for this object. This is a convenience method that creates an instance of theAudioLogDestination.Builderavoiding the need to create one manually viaAudioLogDestination.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestination(AudioLogDestination).- Parameters:
- destination- a consumer that will call methods on- AudioLogDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
selectiveLoggingEnabledThe option to enable selective conversation log capture for audio. - Parameters:
- selectiveLoggingEnabled- The option to enable selective conversation log capture for audio.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-