@Stability(value=Stable) public static final class CfnDomain.SnapshotOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomain.SnapshotOptionsProperty>
CfnDomain.SnapshotOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDomain.SnapshotOptionsProperty.Builder |
automatedSnapshotStartHour(Number automatedSnapshotStartHour)
Sets the value of
CfnDomain.SnapshotOptionsProperty.getAutomatedSnapshotStartHour() |
CfnDomain.SnapshotOptionsProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnDomain.SnapshotOptionsProperty.Builder automatedSnapshotStartHour(Number automatedSnapshotStartHour)
CfnDomain.SnapshotOptionsProperty.getAutomatedSnapshotStartHour()automatedSnapshotStartHour - The hour in UTC during which the service takes an automated daily snapshot of the indices in the OpenSearch Service domain.
For example, if you specify 0, OpenSearch Service takes an automated snapshot everyday between midnight and 1 am. You can specify a value between 0 and 23.this@Stability(value=Stable) public CfnDomain.SnapshotOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDomain.SnapshotOptionsProperty>CfnDomain.SnapshotOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.