Uses of Interface
software.amazon.awssdk.services.opensearch.model.OffPeakWindowOptionsStatus.Builder
-
Packages that use OffPeakWindowOptionsStatus.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of OffPeakWindowOptionsStatus.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return OffPeakWindowOptionsStatus.Builder Modifier and Type Method Description static OffPeakWindowOptionsStatus.BuilderOffPeakWindowOptionsStatus. builder()default OffPeakWindowOptionsStatus.BuilderOffPeakWindowOptionsStatus.Builder. options(Consumer<OffPeakWindowOptions.Builder> options)The domain's off-peak window configuration.OffPeakWindowOptionsStatus.BuilderOffPeakWindowOptionsStatus.Builder. options(OffPeakWindowOptions options)The domain's off-peak window configuration.default OffPeakWindowOptionsStatus.BuilderOffPeakWindowOptionsStatus.Builder. status(Consumer<OptionStatus.Builder> status)The current status of off-peak window options.OffPeakWindowOptionsStatus.BuilderOffPeakWindowOptionsStatus.Builder. status(OptionStatus status)The current status of off-peak window options.OffPeakWindowOptionsStatus.BuilderOffPeakWindowOptionsStatus. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type OffPeakWindowOptionsStatus.Builder Modifier and Type Method Description static Class<? extends OffPeakWindowOptionsStatus.Builder>OffPeakWindowOptionsStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type OffPeakWindowOptionsStatus.Builder Modifier and Type Method Description default DomainConfig.BuilderDomainConfig.Builder. offPeakWindowOptions(Consumer<OffPeakWindowOptionsStatus.Builder> offPeakWindowOptions)Container for off-peak window options for the domain.
-