Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.SnapshotOptions.Builder
-
Packages that use SnapshotOptions.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of SnapshotOptions.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return SnapshotOptions.Builder Modifier and Type Method Description SnapshotOptions.BuilderSnapshotOptions.Builder. automatedSnapshotStartHour(Integer automatedSnapshotStartHour)Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain.static SnapshotOptions.BuilderSnapshotOptions. builder()SnapshotOptions.BuilderSnapshotOptions. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type SnapshotOptions.Builder Modifier and Type Method Description static Class<? extends SnapshotOptions.Builder>SnapshotOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type SnapshotOptions.Builder Modifier and Type Method Description default SnapshotOptionsStatus.BuilderSnapshotOptionsStatus.Builder. options(Consumer<SnapshotOptions.Builder> options)Specifies the daily snapshot options specified for the Elasticsearch domain.default CreateElasticsearchDomainRequest.BuilderCreateElasticsearchDomainRequest.Builder. snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)Option to set time, in UTC format, of the daily automated snapshot.default ElasticsearchDomainStatus.BuilderElasticsearchDomainStatus.Builder. snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)Specifies the status of theSnapshotOptionsdefault UpdateElasticsearchDomainConfigRequest.BuilderUpdateElasticsearchDomainConfigRequest.Builder. snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)Option to set the time, in UTC format, for the daily automated snapshot.
-