Interface ElasticsearchDomainSnapshotOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ElasticsearchDomainSnapshotOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.957Z") @Stability(Stable) public interface ElasticsearchDomainSnapshotOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElasticsearchDomainSnapshotOptions.BuilderA builder forElasticsearchDomainSnapshotOptionsstatic classElasticsearchDomainSnapshotOptions.Jsii$ProxyAn implementation forElasticsearchDomainSnapshotOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ElasticsearchDomainSnapshotOptions.Builderbuilder()NumbergetAutomatedSnapshotStartHour()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#automated_snapshot_start_hour ElasticsearchDomain#automated_snapshot_start_hour}.
-
-
-
Method Detail
-
getAutomatedSnapshotStartHour
@Stability(Stable) @NotNull Number getAutomatedSnapshotStartHour()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#automated_snapshot_start_hour ElasticsearchDomain#automated_snapshot_start_hour}.
-
builder
@Stability(Stable) static ElasticsearchDomainSnapshotOptions.Builder builder()
-
-