@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnapshotOptions extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch
domain. Default value is 0
hours.
Constructor and Description |
---|
SnapshotOptions() |
Modifier and Type | Method and Description |
---|---|
SnapshotOptions |
clone() |
boolean |
equals(Object obj) |
Integer |
getAutomatedSnapshotStartHour()
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified
Elasticsearch domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutomatedSnapshotStartHour(Integer automatedSnapshotStartHour)
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified
Elasticsearch domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SnapshotOptions |
withAutomatedSnapshotStartHour(Integer automatedSnapshotStartHour)
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified
Elasticsearch domain.
|
public void setAutomatedSnapshotStartHour(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.
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.public Integer getAutomatedSnapshotStartHour()
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 withAutomatedSnapshotStartHour(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.
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.public String toString()
toString
in class Object
Object.toString()
public SnapshotOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.