@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) |
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) |
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 |
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 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)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.