@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.459Z") @Stability(value=Stable) public interface LustreMaintenanceTimeProps extends software.amazon.jsii.JsiiSerializable
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.
|
Number |
getHour()
The hour of the day (from 0-24) for maintenance to be performed.
|
Number |
getMinute()
The minute of the hour (from 0-59) for maintenance to be performed.
|
@Stability(value=Stable) @NotNull Weekday getDay()
@Stability(value=Stable) @NotNull Number getHour()
@Stability(value=Stable) @NotNull Number getMinute()
@Stability(value=Stable) static LustreMaintenanceTimeProps.Builder builder()
LustreMaintenanceTimeProps.Builder of LustreMaintenanceTimePropsCopyright © 2022. All rights reserved.