Package | Description |
---|---|
software.amazon.awssdk.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
static Duration.Builder |
Duration.builder() |
Duration.Builder |
Duration.toBuilder() |
Duration.Builder |
Duration.Builder.unit(String unit)
The unit of measurement for the duration of a maintenance schedule.
|
Duration.Builder |
Duration.Builder.unit(TimeUnit unit)
The unit of measurement for the duration of a maintenance schedule.
|
Duration.Builder |
Duration.Builder.value(Long value)
Integer to specify the value of a maintenance schedule duration.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends Duration.Builder> |
Duration.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default AutoTuneMaintenanceSchedule.Builder |
AutoTuneMaintenanceSchedule.Builder.duration(Consumer<Duration.Builder> duration)
The duration of the maintenance schedule.
|
Copyright © 2022. All rights reserved.