@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:38.411Z")
public interface LustreMaintenanceTimeProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.fsx.*; LustreMaintenanceTimeProps lustreMaintenanceTimeProps = LustreMaintenanceTimeProps.builder() .day(Weekday.MONDAY) .hour(123) .minute(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
LustreMaintenanceTimeProps.Builder
A builder for
LustreMaintenanceTimeProps |
static class |
LustreMaintenanceTimeProps.Jsii$Proxy
An implementation for
LustreMaintenanceTimeProps |
Modifier and Type | Method and Description |
---|---|
static LustreMaintenanceTimeProps.Builder |
builder() |
Weekday |
getDay()
The day of the week for maintenance to be performed.
|
java.lang.Number |
getHour()
The hour of the day (from 0-24) for maintenance to be performed.
|
java.lang.Number |
getMinute()
The minute of the hour (from 0-59) for maintenance to be performed.
|
Weekday getDay()
java.lang.Number getHour()
java.lang.Number getMinute()
static LustreMaintenanceTimeProps.Builder builder()
LustreMaintenanceTimeProps.Builder
of LustreMaintenanceTimeProps