@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) |
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 Object
Object.toString()
public SnapshotOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.