Uses of Interface
software.amazon.awssdk.services.opensearch.model.SnapshotOptions.Builder
-
Packages that use SnapshotOptions.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of SnapshotOptions.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return SnapshotOptions.Builder Modifier and Type Method Description SnapshotOptions.BuilderSnapshotOptions.Builder. automatedSnapshotStartHour(Integer automatedSnapshotStartHour)The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain.static SnapshotOptions.BuilderSnapshotOptions. builder()SnapshotOptions.BuilderSnapshotOptions. toBuilder()Methods in software.amazon.awssdk.services.opensearch.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.opensearch.model with type arguments of type SnapshotOptions.Builder Modifier and Type Method Description default SnapshotOptionsStatus.BuilderSnapshotOptionsStatus.Builder. options(Consumer<SnapshotOptions.Builder> options)The daily snapshot options specified for the domain.default CreateDomainRequest.BuilderCreateDomainRequest.Builder. snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)DEPRECATED.default DomainStatus.BuilderDomainStatus.Builder. snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)DEPRECATED.default UpdateDomainConfigRequest.BuilderUpdateDomainConfigRequest.Builder. snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)Option to set the time, in UTC format, for the daily automated snapshot.
-