@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.
|
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 ObjectObject.toString()public SnapshotOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.