public static interface SnapshotOptions.Builder extends CopyableBuilder<SnapshotOptions.Builder,SnapshotOptions>
| Modifier and Type | Method and Description |
|---|---|
SnapshotOptions.Builder |
automatedSnapshotStartHour(Integer automatedSnapshotStartHour)
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified
Elasticsearch domain.
|
copyapply, buildSnapshotOptions.Builder automatedSnapshotStartHour(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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.