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
Modifier and TypeMethodDescriptionweeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) Sets the value of the WeeklyMaintenanceStartTime property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 
 -