@Stability(value=Experimental) public static final class LustreMaintenanceTimeProps.Builder extends Object implements software.amazon.jsii.Builder<LustreMaintenanceTimeProps>
LustreMaintenanceTimeProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LustreMaintenanceTimeProps |
build()
Builds the configured instance.
|
LustreMaintenanceTimeProps.Builder |
day(Weekday day)
Sets the value of
LustreMaintenanceTimeProps.getDay() |
LustreMaintenanceTimeProps.Builder |
hour(Number hour)
Sets the value of
LustreMaintenanceTimeProps.getHour() |
LustreMaintenanceTimeProps.Builder |
minute(Number minute)
Sets the value of
LustreMaintenanceTimeProps.getMinute() |
@Stability(value=Experimental) public LustreMaintenanceTimeProps.Builder day(Weekday day)
LustreMaintenanceTimeProps.getDay()day - The day of the week for maintenance to be performed. This parameter is required.this@Stability(value=Experimental) public LustreMaintenanceTimeProps.Builder hour(Number hour)
LustreMaintenanceTimeProps.getHour()hour - The hour of the day (from 0-24) for maintenance to be performed. This parameter is required.this@Stability(value=Experimental) public LustreMaintenanceTimeProps.Builder minute(Number minute)
LustreMaintenanceTimeProps.getMinute()minute - The minute of the hour (from 0-59) for maintenance to be performed. This parameter is required.this@Stability(value=Experimental) public LustreMaintenanceTimeProps build()
build in interface software.amazon.jsii.Builder<LustreMaintenanceTimeProps>LustreMaintenanceTimePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.