Interface UpdateFileCacheLustreConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateFileCacheLustreConfiguration.Builder,UpdateFileCacheLustreConfiguration>,SdkBuilder<UpdateFileCacheLustreConfiguration.Builder,UpdateFileCacheLustreConfiguration>,SdkPojo
- Enclosing class:
- UpdateFileCacheLustreConfiguration
public static interface UpdateFileCacheLustreConfiguration.Builder extends SdkPojo, CopyableBuilder<UpdateFileCacheLustreConfiguration.Builder,UpdateFileCacheLustreConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateFileCacheLustreConfiguration.BuilderweeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)Sets the value of the WeeklyMaintenanceStartTime property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
weeklyMaintenanceStartTime
UpdateFileCacheLustreConfiguration.Builder weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
Sets the value of the WeeklyMaintenanceStartTime property for this object.- Parameters:
weeklyMaintenanceStartTime- The new value for the WeeklyMaintenanceStartTime property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-