| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static AutoTuneMaintenanceSchedule.Builder |
AutoTuneMaintenanceSchedule.builder() |
AutoTuneMaintenanceSchedule.Builder |
AutoTuneMaintenanceSchedule.Builder.cronExpressionForRecurrence(String cronExpressionForRecurrence)
A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.
|
default AutoTuneMaintenanceSchedule.Builder |
AutoTuneMaintenanceSchedule.Builder.duration(Consumer<Duration.Builder> duration)
The duration of the maintenance schedule.
|
AutoTuneMaintenanceSchedule.Builder |
AutoTuneMaintenanceSchedule.Builder.duration(Duration duration)
The duration of the maintenance schedule.
|
AutoTuneMaintenanceSchedule.Builder |
AutoTuneMaintenanceSchedule.Builder.startAt(Instant startAt)
The Epoch timestamp at which the Auto-Tune maintenance schedule starts.
|
AutoTuneMaintenanceSchedule.Builder |
AutoTuneMaintenanceSchedule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutoTuneMaintenanceSchedule.Builder> |
AutoTuneMaintenanceSchedule.serializableBuilderClass() |
Copyright © 2023. All rights reserved.