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()
boolean
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.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
0
hours.- Parameters:
automatedSnapshotStartHour
- Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is0
hours.
-
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.- Returns:
- Specifies the time, in UTC format, when the service takes a daily
automated snapshot of the specified Elasticsearch domain. Default
value is
0
hours.
-
withAutomatedSnapshotStartHour
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is
0
hours.- Parameters:
automatedSnapshotStartHour
- Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is0
hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-