@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
StreamingConfiguration() |
public void setDataRetentionInHours(Integer dataRetentionInHours)
dataRetentionInHours - public Integer getDataRetentionInHours()
public StreamingConfiguration withDataRetentionInHours(Integer dataRetentionInHours)
dataRetentionInHours - public void setDisabled(Boolean disabled)
disabled - public Boolean getDisabled()
public StreamingConfiguration withDisabled(Boolean disabled)
disabled - public Boolean isDisabled()
public List<StreamingNotificationTarget> getStreamingNotificationTargets()
public void setStreamingNotificationTargets(Collection<StreamingNotificationTarget> streamingNotificationTargets)
streamingNotificationTargets - public StreamingConfiguration withStreamingNotificationTargets(StreamingNotificationTarget... streamingNotificationTargets)
NOTE: This method appends the values to the existing list (if any). Use
setStreamingNotificationTargets(java.util.Collection) or
withStreamingNotificationTargets(java.util.Collection) if you want to override the existing values.
streamingNotificationTargets - public StreamingConfiguration withStreamingNotificationTargets(Collection<StreamingNotificationTarget> streamingNotificationTargets)
streamingNotificationTargets - public String toString()
toString in class ObjectObject.toString()public StreamingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.