public static interface Duration.Builder extends SdkPojo, CopyableBuilder<Duration.Builder,Duration>
Modifier and Type | Method and Description |
---|---|
Duration.Builder |
unit(String unit)
The unit of measurement for the duration of a maintenance schedule.
|
Duration.Builder |
unit(TimeUnit unit)
The unit of measurement for the duration of a maintenance schedule.
|
Duration.Builder |
value(Long value)
Integer to specify the value of a maintenance schedule duration.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Duration.Builder value(Long value)
Integer to specify the value of a maintenance schedule duration.
value
- Integer to specify the value of a maintenance schedule duration.Duration.Builder unit(String unit)
The unit of measurement for the duration of a maintenance schedule.
Duration.Builder unit(TimeUnit unit)
The unit of measurement for the duration of a maintenance schedule.
Copyright © 2022. All rights reserved.