public static interface LustreFileSystemConfiguration.Builder extends SdkPojo, CopyableBuilder<LustreFileSystemConfiguration.Builder,LustreFileSystemConfiguration>
Modifier and Type | Method and Description |
---|---|
default LustreFileSystemConfiguration.Builder |
dataRepositoryConfiguration(Consumer<DataRepositoryConfiguration.Builder> dataRepositoryConfiguration)
Sets the value of the DataRepositoryConfiguration property for this object.
|
LustreFileSystemConfiguration.Builder |
dataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration)
Sets the value of the DataRepositoryConfiguration property for this object.
|
LustreFileSystemConfiguration.Builder |
weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The UTC time that you want to begin your weekly maintenance window.
|
copy
applyMutation, build
LustreFileSystemConfiguration.Builder weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The UTC time that you want to begin your weekly maintenance window.
weeklyMaintenanceStartTime
- The UTC time that you want to begin your weekly maintenance window.LustreFileSystemConfiguration.Builder dataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration)
dataRepositoryConfiguration
- The new value for the DataRepositoryConfiguration property for this object.default LustreFileSystemConfiguration.Builder dataRepositoryConfiguration(Consumer<DataRepositoryConfiguration.Builder> dataRepositoryConfiguration)
DataRepositoryConfiguration.Builder
avoiding
the need to create one manually via DataRepositoryConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to dataRepositoryConfiguration(DataRepositoryConfiguration)
.dataRepositoryConfiguration
- a consumer that will call methods on DataRepositoryConfiguration.Builder
dataRepositoryConfiguration(DataRepositoryConfiguration)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.