@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LustreFileSystemConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for the Amazon FSx for Lustre file system.
Constructor and Description |
---|
LustreFileSystemConfiguration() |
Modifier and Type | Method and Description |
---|---|
LustreFileSystemConfiguration |
clone() |
boolean |
equals(Object obj) |
DataRepositoryConfiguration |
getDataRepositoryConfiguration() |
String |
getWeeklyMaintenanceStartTime()
The UTC time that you want to begin your weekly maintenance window.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration) |
void |
setWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The UTC time that you want to begin your weekly maintenance window.
|
String |
toString()
Returns a string representation of this object.
|
LustreFileSystemConfiguration |
withDataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration) |
LustreFileSystemConfiguration |
withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The UTC time that you want to begin your weekly maintenance window.
|
public void setWeeklyMaintenanceStartTime(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.public String getWeeklyMaintenanceStartTime()
The UTC time that you want to begin your weekly maintenance window.
public LustreFileSystemConfiguration withWeeklyMaintenanceStartTime(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.public void setDataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration)
dataRepositoryConfiguration
- public DataRepositoryConfiguration getDataRepositoryConfiguration()
public LustreFileSystemConfiguration withDataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration)
dataRepositoryConfiguration
- public String toString()
toString
in class Object
Object.toString()
public LustreFileSystemConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.