public static final class LustreMaintenanceTimeProps.Builder
extends java.lang.Object
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(java.lang.Number hour)
Sets the value of
LustreMaintenanceTimeProps.getHour() |
LustreMaintenanceTimeProps.Builder |
minute(java.lang.Number minute)
Sets the value of
LustreMaintenanceTimeProps.getMinute() |
public LustreMaintenanceTimeProps.Builder day(Weekday day)
LustreMaintenanceTimeProps.getDay()
day
- The day of the week for maintenance to be performed. This parameter is required.this
public LustreMaintenanceTimeProps.Builder hour(java.lang.Number hour)
LustreMaintenanceTimeProps.getHour()
hour
- The hour of the day (from 0-24) for maintenance to be performed. This parameter is required.this
public LustreMaintenanceTimeProps.Builder minute(java.lang.Number minute)
LustreMaintenanceTimeProps.getMinute()
minute
- The minute of the hour (from 0-59) for maintenance to be performed. This parameter is required.this
public LustreMaintenanceTimeProps build()
LustreMaintenanceTimeProps
java.lang.NullPointerException
- if any required attribute was not provided