@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileSystemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 |
getFileSystemId()
The ID of the file system that you want to update.
|
Double |
getProvisionedThroughputInMibps()
(Optional) Sets the amount of provisioned throughput, in MiB/s, for the file system.
|
String |
getThroughputMode()
(Optional) Updates the file system's throughput mode.
|
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
The ID of the file system that you want to update.
|
void |
setProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) Sets the amount of provisioned throughput, in MiB/s, for the file system.
|
void |
setThroughputMode(String throughputMode)
(Optional) Updates the file system's throughput mode.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFileSystemRequest |
withFileSystemId(String fileSystemId)
The ID of the file system that you want to update.
|
UpdateFileSystemRequest |
withProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) Sets the amount of provisioned throughput, in MiB/s, for the file system.
|
UpdateFileSystemRequest |
withThroughputMode(String throughputMode)
(Optional) Updates the file system's throughput mode.
|
UpdateFileSystemRequest |
withThroughputMode(ThroughputMode throughputMode)
(Optional) Updates the file system's throughput mode.
|
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 want to update.
fileSystemId
- The ID of the file system that you want to update.public String getFileSystemId()
The ID of the file system that you want to update.
public UpdateFileSystemRequest withFileSystemId(String fileSystemId)
The ID of the file system that you want to update.
fileSystemId
- The ID of the file system that you want to update.public void setThroughputMode(String throughputMode)
(Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you don't need
to provide this value in your request. If you are changing the ThroughputMode
to
provisioned
, you must also set a value for ProvisionedThroughputInMibps
.
throughputMode
- (Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you
don't need to provide this value in your request. If you are changing the ThroughputMode
to
provisioned
, you must also set a value for ProvisionedThroughputInMibps
.ThroughputMode
public String getThroughputMode()
(Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you don't need
to provide this value in your request. If you are changing the ThroughputMode
to
provisioned
, you must also set a value for ProvisionedThroughputInMibps
.
ThroughputMode
to
provisioned
, you must also set a value for ProvisionedThroughputInMibps
.ThroughputMode
public UpdateFileSystemRequest withThroughputMode(String throughputMode)
(Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you don't need
to provide this value in your request. If you are changing the ThroughputMode
to
provisioned
, you must also set a value for ProvisionedThroughputInMibps
.
throughputMode
- (Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you
don't need to provide this value in your request. If you are changing the ThroughputMode
to
provisioned
, you must also set a value for ProvisionedThroughputInMibps
.ThroughputMode
public UpdateFileSystemRequest withThroughputMode(ThroughputMode throughputMode)
(Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you don't need
to provide this value in your request. If you are changing the ThroughputMode
to
provisioned
, you must also set a value for ProvisionedThroughputInMibps
.
throughputMode
- (Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you
don't need to provide this value in your request. If you are changing the ThroughputMode
to
provisioned
, you must also set a value for ProvisionedThroughputInMibps
.ThroughputMode
public void setProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) Sets the amount of provisioned throughput, in MiB/s, for the file system. Valid values are 1-1024. If
you are changing the throughput mode to provisioned, you must also provide the amount of provisioned throughput.
Required if ThroughputMode
is changed to provisioned
on update.
provisionedThroughputInMibps
- (Optional) Sets the amount of provisioned throughput, in MiB/s, for the file system. Valid values are
1-1024. If you are changing the throughput mode to provisioned, you must also provide the amount of
provisioned throughput. Required if ThroughputMode
is changed to provisioned
on
update.public Double getProvisionedThroughputInMibps()
(Optional) Sets the amount of provisioned throughput, in MiB/s, for the file system. Valid values are 1-1024. If
you are changing the throughput mode to provisioned, you must also provide the amount of provisioned throughput.
Required if ThroughputMode
is changed to provisioned
on update.
ThroughputMode
is changed to provisioned
on
update.public UpdateFileSystemRequest withProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) Sets the amount of provisioned throughput, in MiB/s, for the file system. Valid values are 1-1024. If
you are changing the throughput mode to provisioned, you must also provide the amount of provisioned throughput.
Required if ThroughputMode
is changed to provisioned
on update.
provisionedThroughputInMibps
- (Optional) Sets the amount of provisioned throughput, in MiB/s, for the file system. Valid values are
1-1024. If you are changing the throughput mode to provisioned, you must also provide the amount of
provisioned throughput. Required if ThroughputMode
is changed to provisioned
on
update.public String toString()
toString
in class Object
Object.toString()
public UpdateFileSystemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()