@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArchiveGroupSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ArchiveGroupSettings() |
| Modifier and Type | Method and Description |
|---|---|
ArchiveGroupSettings |
clone() |
boolean |
equals(Object obj) |
ArchiveCdnSettings |
getArchiveCdnSettings()
Parameters that control interactions with the CDN.
|
OutputLocationRef |
getDestination()
A directory and base filename where archive files should be written.
|
Integer |
getRolloverInterval()
Number of seconds to write to archive file before closing and starting a new one.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArchiveCdnSettings(ArchiveCdnSettings archiveCdnSettings)
Parameters that control interactions with the CDN.
|
void |
setDestination(OutputLocationRef destination)
A directory and base filename where archive files should be written.
|
void |
setRolloverInterval(Integer rolloverInterval)
Number of seconds to write to archive file before closing and starting a new one.
|
String |
toString()
Returns a string representation of this object.
|
ArchiveGroupSettings |
withArchiveCdnSettings(ArchiveCdnSettings archiveCdnSettings)
Parameters that control interactions with the CDN.
|
ArchiveGroupSettings |
withDestination(OutputLocationRef destination)
A directory and base filename where archive files should be written.
|
ArchiveGroupSettings |
withRolloverInterval(Integer rolloverInterval)
Number of seconds to write to archive file before closing and starting a new one.
|
public void setArchiveCdnSettings(ArchiveCdnSettings archiveCdnSettings)
archiveCdnSettings - Parameters that control interactions with the CDN.public ArchiveCdnSettings getArchiveCdnSettings()
public ArchiveGroupSettings withArchiveCdnSettings(ArchiveCdnSettings archiveCdnSettings)
archiveCdnSettings - Parameters that control interactions with the CDN.public void setDestination(OutputLocationRef destination)
destination - A directory and base filename where archive files should be written.public OutputLocationRef getDestination()
public ArchiveGroupSettings withDestination(OutputLocationRef destination)
destination - A directory and base filename where archive files should be written.public void setRolloverInterval(Integer rolloverInterval)
rolloverInterval - Number of seconds to write to archive file before closing and starting a new one.public Integer getRolloverInterval()
public ArchiveGroupSettings withRolloverInterval(Integer rolloverInterval)
rolloverInterval - Number of seconds to write to archive file before closing and starting a new one.public String toString()
toString in class ObjectObject.toString()public ArchiveGroupSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.