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
Modifier and TypeMethodDescriptionautomatedSnapshotStartHour(Integer automatedSnapshotStartHour) The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
automatedSnapshotStartHour
The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain. Default is
0hours.- Parameters:
 automatedSnapshotStartHour- The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain. Default is0hours.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -