@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.459Z") @Stability(value=Stable) 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) |
|
LustreMaintenanceTime(LustreMaintenanceTimeProps props) |
| Modifier and Type | Method and Description |
|---|---|
String |
toTimestamp()
Converts a day, hour, and minute into a timestamp as used by FSx for Lustre's weeklyMaintenanceStartTime field.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected LustreMaintenanceTime(software.amazon.jsii.JsiiObjectRef objRef)
protected LustreMaintenanceTime(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public LustreMaintenanceTime(@NotNull
LustreMaintenanceTimeProps props)
props - This parameter is required.@Stability(value=Stable) @NotNull public String toTimestamp()
Copyright © 2022. All rights reserved.