@Generated(value="software.amazon.awssdk:codegen") public final class ArchiveGroupSettings extends Object implements StructuredPojo, ToCopyableBuilder<ArchiveGroupSettings.Builder,ArchiveGroupSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
ArchiveGroupSettings.Builder |
Modifier and Type | Method and Description |
---|---|
static ArchiveGroupSettings.Builder |
builder() |
OutputLocationRef |
destination()
A directory and base filename where archive files should be written.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Integer |
rolloverInterval()
Number of seconds to write to archive file before closing and starting a new one.
|
static Class<? extends ArchiveGroupSettings.Builder> |
serializableBuilderClass() |
ArchiveGroupSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public OutputLocationRef destination()
public Integer rolloverInterval()
public ArchiveGroupSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ArchiveGroupSettings.Builder,ArchiveGroupSettings>
public static ArchiveGroupSettings.Builder builder()
public static Class<? extends ArchiveGroupSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.