@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) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system
that you're creating.
|
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) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system
that you're creating.
|
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) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system
that you're creating.
|
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) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system
that you're creating. Required if ThroughputMode
is set to provisioned
. Valid values
are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact Amazon Web Services
Support. For more information, see Amazon EFS quotas that you can
increase in the Amazon EFS User Guide.
provisionedThroughputInMibps
- (Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file
system that you're creating. Required if ThroughputMode
is set to provisioned
.
Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact
Amazon Web Services Support. For more information, see Amazon EFS quotas that you can
increase in the Amazon EFS User Guide.public Double getProvisionedThroughputInMibps()
(Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system
that you're creating. Required if ThroughputMode
is set to provisioned
. Valid values
are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact Amazon Web Services
Support. For more information, see Amazon EFS quotas that you can
increase in the Amazon EFS User Guide.
ThroughputMode
is set to
provisioned
. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To
increase this limit, contact Amazon Web Services Support. For more information, see Amazon EFS quotas that you can
increase in the Amazon EFS User Guide.public UpdateFileSystemRequest withProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system
that you're creating. Required if ThroughputMode
is set to provisioned
. Valid values
are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact Amazon Web Services
Support. For more information, see Amazon EFS quotas that you can
increase in the Amazon EFS User Guide.
provisionedThroughputInMibps
- (Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file
system that you're creating. Required if ThroughputMode
is set to provisioned
.
Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact
Amazon Web Services Support. For more information, see Amazon EFS quotas that you can
increase in the Amazon EFS User Guide.public String toString()
toString
in class Object
Object.toString()
public UpdateFileSystemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()