Interface SnapshotOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SnapshotOptions.Builder,SnapshotOptions>,SdkBuilder<SnapshotOptions.Builder,SnapshotOptions>,SdkPojo
- Enclosing class:
- SnapshotOptions
public static interface SnapshotOptions.Builder extends SdkPojo, CopyableBuilder<SnapshotOptions.Builder,SnapshotOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnapshotOptions.BuilderautomatedSnapshotStartHour(Integer automatedSnapshotStartHour)Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
automatedSnapshotStartHour
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
0hours.- Parameters:
automatedSnapshotStartHour- Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is0hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-