@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 for Windows File Server 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 for Windows File Server 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 for Windows File Server 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 for Windows File Server file system. Specifies the storage capacity target value, GiB, for the file system you're updating. 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 needs to have at least 16 MB/s of throughput capacity. You cannot make a storage capacity increase request if there is an existing storage capacity increase request in progress. For more information, see Managing Storage Capacity.
storageCapacity
- Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server file system.
Specifies the storage capacity target value, GiB, for the file system you're updating. 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 needs to have at least 16 MB/s of throughput capacity.
You cannot make a storage capacity increase request if there is an existing storage capacity increase
request in progress. For more information, see Managing Storage
Capacity.public Integer getStorageCapacity()
Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server file system. Specifies the storage capacity target value, GiB, for the file system you're updating. 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 needs to have at least 16 MB/s of throughput capacity. You cannot make a storage capacity increase request if there is an existing storage capacity increase request in progress. For more information, see Managing Storage Capacity.
public UpdateFileSystemRequest withStorageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server file system. Specifies the storage capacity target value, GiB, for the file system you're updating. 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 needs to have at least 16 MB/s of throughput capacity. You cannot make a storage capacity increase request if there is an existing storage capacity increase request in progress. For more information, see Managing Storage Capacity.
storageCapacity
- Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server file system.
Specifies the storage capacity target value, GiB, for the file system you're updating. 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 needs to have at least 16 MB/s of throughput capacity.
You cannot make a storage capacity increase request if there is an existing storage capacity increase
request in progress. For more information, see Managing Storage
Capacity.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()