Uses of Interface
software.amazon.awssdk.services.opensearch.model.Duration.Builder
-
Packages that use Duration.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of Duration.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return Duration.Builder Modifier and Type Method Description static Duration.BuilderDuration. builder()Duration.BuilderDuration. toBuilder()Duration.BuilderDuration.Builder. unit(String unit)The unit of measurement for the duration of a maintenance schedule.Duration.BuilderDuration.Builder. unit(TimeUnit unit)The unit of measurement for the duration of a maintenance schedule.Duration.BuilderDuration.Builder. value(Long value)Integer to specify the value of a maintenance schedule duration.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type Duration.Builder Modifier and Type Method Description static Class<? extends Duration.Builder>Duration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type Duration.Builder Modifier and Type Method Description default AutoTuneMaintenanceSchedule.BuilderAutoTuneMaintenanceSchedule.Builder. duration(Consumer<Duration.Builder> duration)The duration of the maintenance schedule.
-