@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()
The ID of the file system that you are updating.
|
UpdateFileSystemLustreConfiguration |
getLustreConfiguration() |
UpdateFileSystemOntapConfiguration |
getOntapConfiguration() |
UpdateFileSystemOpenZFSConfiguration |
getOpenZFSConfiguration()
The configuration updates for an Amazon FSx for OpenZFS file system.
|
Integer |
getStorageCapacity()
Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server or Amazon FSx for
Lustre 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)
The ID of the file system that you are updating.
|
void |
setLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration) |
void |
setOntapConfiguration(UpdateFileSystemOntapConfiguration ontapConfiguration) |
void |
setOpenZFSConfiguration(UpdateFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration updates for an Amazon FSx for OpenZFS file system.
|
void |
setStorageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server or Amazon FSx for
Lustre 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)
The ID of the file system that you are updating.
|
UpdateFileSystemRequest |
withLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration) |
UpdateFileSystemRequest |
withOntapConfiguration(UpdateFileSystemOntapConfiguration ontapConfiguration) |
UpdateFileSystemRequest |
withOpenZFSConfiguration(UpdateFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration updates for an Amazon FSx for OpenZFS file system.
|
UpdateFileSystemRequest |
withStorageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server or Amazon FSx for
Lustre 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)
The ID of the file system that you are updating.
fileSystemId
- The ID of the file system that you are updating.public String getFileSystemId()
The ID of the file system that you are updating.
public UpdateFileSystemRequest withFileSystemId(String fileSystemId)
The ID of the file system that you are updating.
fileSystemId
- The ID of 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 Command Line Interface (CLI) or an Amazon Web Services 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 Command Line Interface (CLI) or an Amazon Web
Services 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 Command Line Interface (CLI) or an Amazon Web Services 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 Command Line Interface (CLI) or an Amazon Web Services 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 Command Line Interface (CLI) or an Amazon Web
Services SDK.public void setStorageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server or Amazon FSx for Lustre file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating.
You can't 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. To increase storage capacity, the file system must have at least 16 MBps 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-MBps throughput per
TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The values must be
greater than the current storage capacity.
For SCRATCH_1
file systems, you can't increase the storage capacity.
For OpenZFS file systems, the input/output operations per second (IOPS) automatically scale with increases to the storage capacity if IOPS is configured for automatic scaling. If the storage capacity increase would result in less than 3 IOPS per GiB of storage, this operation returns an error.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide, Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide, and Managing storage capacity in the Amazon FSx for OpenZFS User Guide.
storageCapacity
- Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server or Amazon FSx
for Lustre file system. Specifies the storage capacity target value, in GiB, to increase the storage
capacity for the file system that you're updating. You can't 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. To increase storage capacity, the file system must have at least 16 MBps 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-MBps
throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The
values must be greater than the current storage capacity.
For SCRATCH_1
file systems, you can't increase the storage capacity.
For OpenZFS file systems, the input/output operations per second (IOPS) automatically scale with increases to the storage capacity if IOPS is configured for automatic scaling. If the storage capacity increase would result in less than 3 IOPS per GiB of storage, this operation returns an error.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide, Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide, and Managing storage capacity in the Amazon FSx for OpenZFS User Guide.
public Integer getStorageCapacity()
Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server or Amazon FSx for Lustre file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating.
You can't 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. To increase storage capacity, the file system must have at least 16 MBps 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-MBps throughput per
TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The values must be
greater than the current storage capacity.
For SCRATCH_1
file systems, you can't increase the storage capacity.
For OpenZFS file systems, the input/output operations per second (IOPS) automatically scale with increases to the storage capacity if IOPS is configured for automatic scaling. If the storage capacity increase would result in less than 3 IOPS per GiB of storage, this operation returns an error.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide, Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide, and Managing storage capacity in the Amazon FSx for OpenZFS User Guide.
You can't 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. To increase storage capacity, the file system must have at least 16 MBps 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-MBps
throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems.
The values must be greater than the current storage capacity.
For SCRATCH_1
file systems, you can't increase the storage capacity.
For OpenZFS file systems, the input/output operations per second (IOPS) automatically scale with increases to the storage capacity if IOPS is configured for automatic scaling. If the storage capacity increase would result in less than 3 IOPS per GiB of storage, this operation returns an error.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide, Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide, and Managing storage capacity in the Amazon FSx for OpenZFS User Guide.
public UpdateFileSystemRequest withStorageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server or Amazon FSx for Lustre file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating.
You can't 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. To increase storage capacity, the file system must have at least 16 MBps 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-MBps throughput per
TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The values must be
greater than the current storage capacity.
For SCRATCH_1
file systems, you can't increase the storage capacity.
For OpenZFS file systems, the input/output operations per second (IOPS) automatically scale with increases to the storage capacity if IOPS is configured for automatic scaling. If the storage capacity increase would result in less than 3 IOPS per GiB of storage, this operation returns an error.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide, Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide, and Managing storage capacity in the Amazon FSx for OpenZFS User Guide.
storageCapacity
- Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server or Amazon FSx
for Lustre file system. Specifies the storage capacity target value, in GiB, to increase the storage
capacity for the file system that you're updating. You can't 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. To increase storage capacity, the file system must have at least 16 MBps 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-MBps
throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The
values must be greater than the current storage capacity.
For SCRATCH_1
file systems, you can't increase the storage capacity.
For OpenZFS file systems, the input/output operations per second (IOPS) automatically scale with increases to the storage capacity if IOPS is configured for automatic scaling. If the storage capacity increase would result in less than 3 IOPS per GiB of storage, this operation returns an error.
For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide, Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide, and Managing storage capacity in the Amazon FSx for OpenZFS 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 void setOntapConfiguration(UpdateFileSystemOntapConfiguration ontapConfiguration)
ontapConfiguration
- public UpdateFileSystemOntapConfiguration getOntapConfiguration()
public UpdateFileSystemRequest withOntapConfiguration(UpdateFileSystemOntapConfiguration ontapConfiguration)
ontapConfiguration
- public void setOpenZFSConfiguration(UpdateFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration updates for an Amazon FSx for OpenZFS file system.
openZFSConfiguration
- The configuration updates for an Amazon FSx for OpenZFS file system.public UpdateFileSystemOpenZFSConfiguration getOpenZFSConfiguration()
The configuration updates for an Amazon FSx for OpenZFS file system.
public UpdateFileSystemRequest withOpenZFSConfiguration(UpdateFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration updates for an Amazon FSx for OpenZFS file system.
openZFSConfiguration
- The configuration updates for an Amazon FSx for OpenZFS file system.public String toString()
toString
in class Object
Object.toString()
public UpdateFileSystemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()