JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.elasticfilesystem.model

Class UpdateFileSystemRequest

    • Constructor Detail

      • UpdateFileSystemRequest

        public UpdateFileSystemRequest()
    • Method Detail

      • setFileSystemId

        public void setFileSystemId(String fileSystemId)

        The ID of the file system that you want to update.

        Parameters:
        fileSystemId - The ID of the file system that you want to update.
      • getFileSystemId

        public String getFileSystemId()

        The ID of the file system that you want to update.

        Returns:
        The ID of the file system that you want to update.
      • withFileSystemId

        public UpdateFileSystemRequest withFileSystemId(String fileSystemId)

        The ID of the file system that you want to update.

        Parameters:
        fileSystemId - The ID of the file system that you want to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setThroughputMode

        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.

        Parameters:
        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.
        See Also:
        ThroughputMode
      • getThroughputMode

        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.

        Returns:
        (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.
        See Also:
        ThroughputMode
      • withThroughputMode

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ThroughputMode
      • withThroughputMode

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ThroughputMode
      • setProvisionedThroughputInMibps

        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.

        Parameters:
        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.
      • getProvisionedThroughputInMibps

        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.

        Returns:
        (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.
      • withProvisionedThroughputInMibps

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /