| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotOptions.Builder |
SnapshotOptions.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.Builder |
SnapshotOptions.builder() |
SnapshotOptions.Builder |
SnapshotOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapshotOptions.Builder> |
SnapshotOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SnapshotOptionsStatus.Builder |
SnapshotOptionsStatus.Builder.options(Consumer<SnapshotOptions.Builder> options)
Specifies the daily snapshot options specified for the Elasticsearch domain.
|
default CreateElasticsearchDomainRequest.Builder |
CreateElasticsearchDomainRequest.Builder.snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)
Option to set time, in UTC format, of the daily automated snapshot.
|
default ElasticsearchDomainStatus.Builder |
ElasticsearchDomainStatus.Builder.snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)
Specifies the status of the
SnapshotOptions |
default UpdateElasticsearchDomainConfigRequest.Builder |
UpdateElasticsearchDomainConfigRequest.Builder.snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot.
|
Copyright © 2022. All rights reserved.