@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VoiceConnectorSettings extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon Chime Voice Connector settings. Includes any Amazon S3 buckets designated for storing call detail records.
Constructor and Description |
---|
VoiceConnectorSettings() |
Modifier and Type | Method and Description |
---|---|
VoiceConnectorSettings |
clone() |
boolean |
equals(Object obj) |
String |
getCdrBucket()
The Amazon S3 bucket designated for call detail record storage.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCdrBucket(String cdrBucket)
The Amazon S3 bucket designated for call detail record storage.
|
String |
toString()
Returns a string representation of this object.
|
VoiceConnectorSettings |
withCdrBucket(String cdrBucket)
The Amazon S3 bucket designated for call detail record storage.
|
public void setCdrBucket(String cdrBucket)
The Amazon S3 bucket designated for call detail record storage.
cdrBucket
- The Amazon S3 bucket designated for call detail record storage.public String getCdrBucket()
The Amazon S3 bucket designated for call detail record storage.
public VoiceConnectorSettings withCdrBucket(String cdrBucket)
The Amazon S3 bucket designated for call detail record storage.
cdrBucket
- The Amazon S3 bucket designated for call detail record storage.public String toString()
toString
in class Object
Object.toString()
public VoiceConnectorSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2020. All rights reserved.