StructuredPojo
, ToCopyableBuilder<SnapshotOptions.Builder,SnapshotOptions>
@Generated("software.amazon.awssdk:codegen") public class SnapshotOptions extends Object implements StructuredPojo, ToCopyableBuilder<SnapshotOptions.Builder,SnapshotOptions>
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch
domain. Default value is 0
hours.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SnapshotOptions.Builder |
Modifier and Type | Method | Description |
---|---|---|
Integer |
automatedSnapshotStartHour() |
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified
Elasticsearch domain.
|
static SnapshotOptions.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends SnapshotOptions.Builder> |
serializableBuilderClass() |
|
SnapshotOptions.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Integer automatedSnapshotStartHour()
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified
Elasticsearch domain. Default value is 0
hours.
0
hours.public SnapshotOptions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SnapshotOptions.Builder,SnapshotOptions>
public static SnapshotOptions.Builder builder()
public static Class<? extends SnapshotOptions.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.