@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The streaming configuration associated with an Amazon Chime Voice Connector. Specifies whether media streaming is enabled for sending to Amazon Kinesis, and shows the retention period for the Amazon Kinesis data, in hours.
| Constructor and Description |
|---|
StreamingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
StreamingConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getDataRetentionInHours()
The retention period, in hours, for the Amazon Kinesis data.
|
Boolean |
getDisabled()
When true, media streaming to Amazon Kinesis is turned off.
|
int |
hashCode() |
Boolean |
isDisabled()
When true, media streaming to Amazon Kinesis is turned off.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDataRetentionInHours(Integer dataRetentionInHours)
The retention period, in hours, for the Amazon Kinesis data.
|
void |
setDisabled(Boolean disabled)
When true, media streaming to Amazon Kinesis is turned off.
|
String |
toString()
Returns a string representation of this object.
|
StreamingConfiguration |
withDataRetentionInHours(Integer dataRetentionInHours)
The retention period, in hours, for the Amazon Kinesis data.
|
StreamingConfiguration |
withDisabled(Boolean disabled)
When true, media streaming to Amazon Kinesis is turned off.
|
public void setDataRetentionInHours(Integer dataRetentionInHours)
The retention period, in hours, for the Amazon Kinesis data.
dataRetentionInHours - The retention period, in hours, for the Amazon Kinesis data.public Integer getDataRetentionInHours()
The retention period, in hours, for the Amazon Kinesis data.
public StreamingConfiguration withDataRetentionInHours(Integer dataRetentionInHours)
The retention period, in hours, for the Amazon Kinesis data.
dataRetentionInHours - The retention period, in hours, for the Amazon Kinesis data.public void setDisabled(Boolean disabled)
When true, media streaming to Amazon Kinesis is turned off.
disabled - When true, media streaming to Amazon Kinesis is turned off.public Boolean getDisabled()
When true, media streaming to Amazon Kinesis is turned off.
public StreamingConfiguration withDisabled(Boolean disabled)
When true, media streaming to Amazon Kinesis is turned off.
disabled - When true, media streaming to Amazon Kinesis is turned off.public Boolean isDisabled()
When true, media streaming to Amazon Kinesis is turned off.
public String toString()
toString in class ObjectObject.toString()public StreamingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.