Class UpdateFileSystemAssociationRequest

    • Method Detail

      • fileSystemAssociationARN

        public final String fileSystemAssociationARN()

        The Amazon Resource Name (ARN) of the file system association that you want to update.

        Returns:
        The Amazon Resource Name (ARN) of the file system association that you want to update.
      • userName

        public final String userName()

        The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.

        Returns:
        The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
      • password

        public final String password()

        The password of the user credential.

        Returns:
        The password of the user credential.
      • auditDestinationARN

        public final String auditDestinationARN()

        The Amazon Resource Name (ARN) of the storage used for the audit logs.

        Returns:
        The Amazon Resource Name (ARN) of the storage used for the audit logs.
      • cacheAttributes

        public final CacheAttributes cacheAttributes()
        Returns the value of the CacheAttributes property for this object.
        Returns:
        The value of the CacheAttributes property for this object.
      • 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