Class ElasticsearchDomainSnapshotOptions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.elasticsearch_domain.ElasticsearchDomainSnapshotOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ElasticsearchDomainSnapshotOptions>
- Enclosing interface:
- ElasticsearchDomainSnapshotOptions
@Stability(Stable) public static final class ElasticsearchDomainSnapshotOptions.Builder extends Object implements software.amazon.jsii.Builder<ElasticsearchDomainSnapshotOptions>
A builder forElasticsearchDomainSnapshotOptions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElasticsearchDomainSnapshotOptions.BuilderautomatedSnapshotStartHour(Number automatedSnapshotStartHour)Sets the value ofElasticsearchDomainSnapshotOptions.getAutomatedSnapshotStartHour()ElasticsearchDomainSnapshotOptionsbuild()Builds the configured instance.
-
-
-
Method Detail
-
automatedSnapshotStartHour
@Stability(Stable) public ElasticsearchDomainSnapshotOptions.Builder automatedSnapshotStartHour(Number automatedSnapshotStartHour)
Sets the value ofElasticsearchDomainSnapshotOptions.getAutomatedSnapshotStartHour()- Parameters:
automatedSnapshotStartHour- 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}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public ElasticsearchDomainSnapshotOptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ElasticsearchDomainSnapshotOptions>- Returns:
- a new instance of
ElasticsearchDomainSnapshotOptions - Throws:
NullPointerException- if any required attribute was not provided
-
-