Class SnapshotOptions
java.lang.Object
com.amazonaws.services.elasticsearch.model.SnapshotOptions
- All Implemented Interfaces:
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanSpecifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain.inthashCode()voidsetAutomatedSnapshotStartHour(Integer automatedSnapshotStartHour) Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain.toString()Returns a string representation of this object; useful for testing and debugging.withAutomatedSnapshotStartHour(Integer automatedSnapshotStartHour) Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain.
-
Constructor Details
-
SnapshotOptions
public SnapshotOptions()
-
-
Method Details
-
setAutomatedSnapshotStartHour
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is
0hours.- Parameters:
automatedSnapshotStartHour- Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is0hours.
-
getAutomatedSnapshotStartHour
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is
0hours.- Returns:
- Specifies the time, in UTC format, when the service takes a daily
automated snapshot of the specified Elasticsearch domain. Default
value is
0hours.
-
withAutomatedSnapshotStartHour
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is
0hours.- Parameters:
automatedSnapshotStartHour- Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is0hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-