Interface VoiceConnectorSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VoiceConnectorSettings.Builder,
,VoiceConnectorSettings> SdkBuilder<VoiceConnectorSettings.Builder,
,VoiceConnectorSettings> SdkPojo
- Enclosing class:
VoiceConnectorSettings
@Mutable
@NotThreadSafe
public static interface VoiceConnectorSettings.Builder
extends SdkPojo, CopyableBuilder<VoiceConnectorSettings.Builder,VoiceConnectorSettings>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 bucket that stores the Voice Connector's call detail records.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, sdkFieldNameToField, sdkFields
-
Method Details
-
cdrBucket
The S3 bucket that stores the Voice Connector's call detail records.
- Parameters:
cdrBucket
- The S3 bucket that stores the Voice Connector's call detail records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-