Class DeleteFileSystemRequest

    • Method Detail

      • fileSystemId

        public final String fileSystemId()

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

        Returns:
        The ID of the file system that you want to delete.
      • clientRequestToken

        public final String clientRequestToken()

        A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This token is automatically filled on your behalf when using the Command Line Interface (CLI) or an Amazon Web Services SDK.

        Returns:
        A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This token is automatically filled on your behalf when using the Command Line Interface (CLI) or an Amazon Web Services SDK.
      • windowsConfiguration

        public final DeleteFileSystemWindowsConfiguration windowsConfiguration()
        Returns the value of the WindowsConfiguration property for this object.
        Returns:
        The value of the WindowsConfiguration property for this object.
      • lustreConfiguration

        public final DeleteFileSystemLustreConfiguration lustreConfiguration()
        Returns the value of the LustreConfiguration property for this object.
        Returns:
        The value of the LustreConfiguration property for this object.
      • openZFSConfiguration

        public final DeleteFileSystemOpenZFSConfiguration openZFSConfiguration()

        The configuration object for the OpenZFS file system used in the DeleteFileSystem operation.

        Returns:
        The configuration object for the OpenZFS file system used in the DeleteFileSystem operation.
      • 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