public static interface Duration.Builder extends SdkPojo, CopyableBuilder<Duration.Builder,Duration>
| Modifier and Type | Method and Description |
|---|---|
Duration.Builder |
unit(String unit)
Specifies the unit of a maintenance schedule duration.
|
Duration.Builder |
unit(TimeUnit unit)
Specifies the unit of a maintenance schedule duration.
|
Duration.Builder |
value(Long value)
Integer to specify the value of a maintenance schedule duration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDuration.Builder value(Long value)
Integer to specify the value of a maintenance schedule duration. See the Developer Guide for more information.
value - Integer to specify the value of a maintenance schedule duration. See the Developer Guide for more information.Duration.Builder unit(String unit)
Specifies the unit of a maintenance schedule duration. Valid value is HOURS. See the Developer Guide for more information.
unit - Specifies the unit of a maintenance schedule duration. Valid value is HOURS. See the Developer Guide for more information.TimeUnit,
TimeUnitDuration.Builder unit(TimeUnit unit)
Specifies the unit of a maintenance schedule duration. Valid value is HOURS. See the Developer Guide for more information.
unit - Specifies the unit of a maintenance schedule duration. Valid value is HOURS. See the Developer Guide for more information.TimeUnit,
TimeUnitCopyright © 2023. All rights reserved.