@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; useful for testing and debugging.
|
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. If the base filename portion of the
URI is left blank, the base filename of the first input will be automatically inserted.public OutputLocationRef getDestination()
public ArchiveGroupSettings withDestination(OutputLocationRef destination)
destination - A directory and base filename where archive files should be written. If the base filename portion of the
URI is left blank, the base filename of the first input will be automatically inserted.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 © 2018. All rights reserved.