@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)
Marshalls this structured data using the given
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. 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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.