| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotOptionsStatus.Builder |
SnapshotOptionsStatus.builder() |
default SnapshotOptionsStatus.Builder |
SnapshotOptionsStatus.Builder.options(Consumer<SnapshotOptions.Builder> options)
Specifies the daily snapshot options specified for the Elasticsearch domain.
|
SnapshotOptionsStatus.Builder |
SnapshotOptionsStatus.Builder.options(SnapshotOptions options)
Specifies the daily snapshot options specified for the Elasticsearch domain.
|
default SnapshotOptionsStatus.Builder |
SnapshotOptionsStatus.Builder.status(Consumer<OptionStatus.Builder> status)
Specifies the status of a daily automated snapshot.
|
SnapshotOptionsStatus.Builder |
SnapshotOptionsStatus.Builder.status(OptionStatus status)
Specifies the status of a daily automated snapshot.
|
SnapshotOptionsStatus.Builder |
SnapshotOptionsStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapshotOptionsStatus.Builder> |
SnapshotOptionsStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ElasticsearchDomainConfig.Builder |
ElasticsearchDomainConfig.Builder.snapshotOptions(Consumer<SnapshotOptionsStatus.Builder> snapshotOptions)
Specifies the
SnapshotOptions for the Elasticsearch domain. |
Copyright © 2022. All rights reserved.