Class UpdateKxVolumeRequest

    • Method Detail

      • environmentId

        public final String environmentId()

        A unique identifier for the kdb environment where you created the storage volume.

        Returns:
        A unique identifier for the kdb environment where you created the storage volume.
      • volumeName

        public final String volumeName()

        A unique identifier for the volume.

        Returns:
        A unique identifier for the volume.
      • description

        public final String description()

        A description of the volume.

        Returns:
        A description of the volume.
      • clientToken

        public final String clientToken()

        A token that ensures idempotency. This token expires in 10 minutes.

        Returns:
        A token that ensures idempotency. This token expires in 10 minutes.
      • nas1Configuration

        public final KxNAS1Configuration nas1Configuration()

        Specifies the configuration for the Network attached storage (NAS_1) file system volume.

        Returns:
        Specifies the configuration for the Network attached storage (NAS_1) file system volume.
      • toString

        public final 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