@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileSystemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request object for the UpdateFileSystem
operation.
NOOP
Constructor and Description |
---|
UpdateFileSystemRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFileSystemRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates.
|
String |
getFileSystemId()
Identifies the file system that you are updating.
|
UpdateFileSystemLustreConfiguration |
getLustreConfiguration() |
Integer |
getStorageCapacity()
Use this parameter to increase the storage capacity of an Amazon FSx file system.
|
UpdateFileSystemWindowsConfiguration |
getWindowsConfiguration()
The configuration updates for an Amazon FSx for Windows File Server file system.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates.
|
void |
setFileSystemId(String fileSystemId)
Identifies the file system that you are updating.
|
void |
setLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration) |
void |
setStorageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an Amazon FSx file system.
|
void |
setWindowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration updates for an Amazon FSx for Windows File Server file system.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFileSystemRequest |
withClientRequestToken(String clientRequestToken)
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates.
|
UpdateFileSystemRequest |
withFileSystemId(String fileSystemId)
Identifies the file system that you are updating.
|
UpdateFileSystemRequest |
withLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration) |
UpdateFileSystemRequest |
withStorageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an Amazon FSx file system.
|
UpdateFileSystemRequest |
withWindowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration updates for an Amazon FSx for Windows File Server file system.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFileSystemId(String fileSystemId)
Identifies the file system that you are updating.
fileSystemId
- Identifies the file system that you are updating.public String getFileSystemId()
Identifies the file system that you are updating.
public UpdateFileSystemRequest withFileSystemId(String fileSystemId)
Identifies the file system that you are updating.
fileSystemId
- Identifies the file system that you are updating.public void setClientRequestToken(String clientRequestToken)
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
clientRequestToken
- A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is
automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.public String getClientRequestToken()
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
public UpdateFileSystemRequest withClientRequestToken(String clientRequestToken)
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
clientRequestToken
- A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is
automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.public void setStorageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an Amazon FSx file system. Specifies the storage capacity target value, GiB, to increase the storage capacity for the file system that you're updating. You cannot make a storage capacity increase request if there is an existing storage capacity increase request in progress.
For Windows file systems, the storage capacity target value must be at least 10 percent (%) greater than the current storage capacity value. In order to increase storage capacity, the file system must have at least 16 MB/s of throughput capacity.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2
and PERSISTENT_1 SSD
deployment types, valid values are in multiples of
2400 GiB. The value must be greater than the current storage capacity.
For PERSISTENT HDD
file systems, valid values are multiples of 6000 GiB for 12 MB/s/TiB file systems
and multiples of 1800 GiB for 40 MB/s/TiB file systems. The values must be greater than the current storage
capacity.
For SCRATCH_1
file systems, you cannot increase the storage capacity.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide and Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide.
storageCapacity
- Use this parameter to increase the storage capacity of an Amazon FSx file system. Specifies the storage
capacity target value, GiB, to increase the storage capacity for the file system that you're updating. You
cannot make a storage capacity increase request if there is an existing storage capacity increase request
in progress.
For Windows file systems, the storage capacity target value must be at least 10 percent (%) greater than the current storage capacity value. In order to increase storage capacity, the file system must have at least 16 MB/s of throughput capacity.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2
and PERSISTENT_1 SSD
deployment types, valid values are in
multiples of 2400 GiB. The value must be greater than the current storage capacity.
For PERSISTENT HDD
file systems, valid values are multiples of 6000 GiB for 12 MB/s/TiB file
systems and multiples of 1800 GiB for 40 MB/s/TiB file systems. The values must be greater than the
current storage capacity.
For SCRATCH_1
file systems, you cannot increase the storage capacity.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide and Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide.
public Integer getStorageCapacity()
Use this parameter to increase the storage capacity of an Amazon FSx file system. Specifies the storage capacity target value, GiB, to increase the storage capacity for the file system that you're updating. You cannot make a storage capacity increase request if there is an existing storage capacity increase request in progress.
For Windows file systems, the storage capacity target value must be at least 10 percent (%) greater than the current storage capacity value. In order to increase storage capacity, the file system must have at least 16 MB/s of throughput capacity.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2
and PERSISTENT_1 SSD
deployment types, valid values are in multiples of
2400 GiB. The value must be greater than the current storage capacity.
For PERSISTENT HDD
file systems, valid values are multiples of 6000 GiB for 12 MB/s/TiB file systems
and multiples of 1800 GiB for 40 MB/s/TiB file systems. The values must be greater than the current storage
capacity.
For SCRATCH_1
file systems, you cannot increase the storage capacity.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide and Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide.
For Windows file systems, the storage capacity target value must be at least 10 percent (%) greater than the current storage capacity value. In order to increase storage capacity, the file system must have at least 16 MB/s of throughput capacity.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2
and PERSISTENT_1 SSD
deployment types, valid values are in
multiples of 2400 GiB. The value must be greater than the current storage capacity.
For PERSISTENT HDD
file systems, valid values are multiples of 6000 GiB for 12 MB/s/TiB file
systems and multiples of 1800 GiB for 40 MB/s/TiB file systems. The values must be greater than the
current storage capacity.
For SCRATCH_1
file systems, you cannot increase the storage capacity.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide and Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide.
public UpdateFileSystemRequest withStorageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an Amazon FSx file system. Specifies the storage capacity target value, GiB, to increase the storage capacity for the file system that you're updating. You cannot make a storage capacity increase request if there is an existing storage capacity increase request in progress.
For Windows file systems, the storage capacity target value must be at least 10 percent (%) greater than the current storage capacity value. In order to increase storage capacity, the file system must have at least 16 MB/s of throughput capacity.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2
and PERSISTENT_1 SSD
deployment types, valid values are in multiples of
2400 GiB. The value must be greater than the current storage capacity.
For PERSISTENT HDD
file systems, valid values are multiples of 6000 GiB for 12 MB/s/TiB file systems
and multiples of 1800 GiB for 40 MB/s/TiB file systems. The values must be greater than the current storage
capacity.
For SCRATCH_1
file systems, you cannot increase the storage capacity.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide and Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide.
storageCapacity
- Use this parameter to increase the storage capacity of an Amazon FSx file system. Specifies the storage
capacity target value, GiB, to increase the storage capacity for the file system that you're updating. You
cannot make a storage capacity increase request if there is an existing storage capacity increase request
in progress.
For Windows file systems, the storage capacity target value must be at least 10 percent (%) greater than the current storage capacity value. In order to increase storage capacity, the file system must have at least 16 MB/s of throughput capacity.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2
and PERSISTENT_1 SSD
deployment types, valid values are in
multiples of 2400 GiB. The value must be greater than the current storage capacity.
For PERSISTENT HDD
file systems, valid values are multiples of 6000 GiB for 12 MB/s/TiB file
systems and multiples of 1800 GiB for 40 MB/s/TiB file systems. The values must be greater than the
current storage capacity.
For SCRATCH_1
file systems, you cannot increase the storage capacity.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide and Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide.
public void setWindowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration updates for an Amazon FSx for Windows File Server file system.
windowsConfiguration
- The configuration updates for an Amazon FSx for Windows File Server file system.public UpdateFileSystemWindowsConfiguration getWindowsConfiguration()
The configuration updates for an Amazon FSx for Windows File Server file system.
public UpdateFileSystemRequest withWindowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration updates for an Amazon FSx for Windows File Server file system.
windowsConfiguration
- The configuration updates for an Amazon FSx for Windows File Server file system.public void setLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration
- public UpdateFileSystemLustreConfiguration getLustreConfiguration()
public UpdateFileSystemRequest withLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration
- public String toString()
toString
in class Object
Object.toString()
public UpdateFileSystemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()