@Stability(value=Stable) public static final class LustreMaintenanceTime.Builder extends Object implements software.amazon.jsii.Builder<LustreMaintenanceTime>
LustreMaintenanceTime.| Modifier and Type | Method and Description |
|---|---|
LustreMaintenanceTime |
build() |
static LustreMaintenanceTime.Builder |
create() |
LustreMaintenanceTime.Builder |
day(Weekday day)
The day of the week for maintenance to be performed.
|
LustreMaintenanceTime.Builder |
hour(Number hour)
The hour of the day (from 0-24) for maintenance to be performed.
|
LustreMaintenanceTime.Builder |
minute(Number minute)
The minute of the hour (from 0-59) for maintenance to be performed.
|
@Stability(value=Stable) public static LustreMaintenanceTime.Builder create()
LustreMaintenanceTime.Builder.@Stability(value=Stable) public LustreMaintenanceTime.Builder day(Weekday day)
day - The day of the week for maintenance to be performed. This parameter is required.this@Stability(value=Stable) public LustreMaintenanceTime.Builder hour(Number hour)
hour - The hour of the day (from 0-24) for maintenance to be performed. This parameter is required.this@Stability(value=Stable) public LustreMaintenanceTime.Builder minute(Number minute)
minute - The minute of the hour (from 0-59) for maintenance to be performed. This parameter is required.this@Stability(value=Stable) public LustreMaintenanceTime build()
build in interface software.amazon.jsii.Builder<LustreMaintenanceTime>Copyright © 2022. All rights reserved.