public class SnapshotOptions extends Object implements Serializable, Cloneable
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 |
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()
Copyright © 2017. All rights reserved.