Interface VoiceChannelRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VoiceChannelRequest.Builder,VoiceChannelRequest>,SdkBuilder<VoiceChannelRequest.Builder,VoiceChannelRequest>,SdkPojo
- Enclosing class:
- VoiceChannelRequest
public static interface VoiceChannelRequest.Builder extends SdkPojo, CopyableBuilder<VoiceChannelRequest.Builder,VoiceChannelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VoiceChannelRequest.Builderenabled(Boolean enabled)Specifies whether to enable the voice channel for the application.-
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 Detail
-
enabled
VoiceChannelRequest.Builder enabled(Boolean enabled)
Specifies whether to enable the voice channel for the application.
- Parameters:
enabled- Specifies whether to enable the voice channel for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-