CopyableBuilder<SnapshotOptions.Builder,SnapshotOptions>
, SdkBuilder<SnapshotOptions.Builder,SnapshotOptions>
public static interface SnapshotOptions.Builder extends CopyableBuilder<SnapshotOptions.Builder,SnapshotOptions>
Modifier and Type | Method | 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.
|
copy
apply, build
SnapshotOptions.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.