@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:43.778Z")
public class LustreMaintenanceTime
extends software.amazon.jsii.JsiiObject
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.*; LustreMaintenanceTime lustreMaintenanceTime = LustreMaintenanceTime.Builder.create() .day(Weekday.MONDAY) .hour(123) .minute(123) .build();
Modifier and Type | Class and Description |
---|---|
static class |
LustreMaintenanceTime.Builder
A fluent builder for
LustreMaintenanceTime . |
Modifier | Constructor and Description |
---|---|
protected |
LustreMaintenanceTime(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LustreMaintenanceTime(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toTimestamp()
Converts a day, hour, and minute into a timestamp as used by FSx for Lustre's weeklyMaintenanceStartTime field.
|