CopyableBuilder<SnapshotOptionsStatus.Builder,SnapshotOptionsStatus>
, SdkBuilder<SnapshotOptionsStatus.Builder,SnapshotOptionsStatus>
public static interface SnapshotOptionsStatus.Builder extends CopyableBuilder<SnapshotOptionsStatus.Builder,SnapshotOptionsStatus>
Modifier and Type | Method | Description |
---|---|---|
SnapshotOptionsStatus.Builder |
options(SnapshotOptions options) |
Specifies the daily snapshot options specified for the Elasticsearch domain.
|
SnapshotOptionsStatus.Builder |
status(OptionStatus status) |
Specifies the status of a daily automated snapshot.
|
copy
apply, build
SnapshotOptionsStatus.Builder options(SnapshotOptions options)
Specifies the daily snapshot options specified for the Elasticsearch domain.
options
- Specifies the daily snapshot options specified for the Elasticsearch domain.SnapshotOptionsStatus.Builder status(OptionStatus status)
Specifies the status of a daily automated snapshot.
status
- Specifies the status of a daily automated snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.