Interface AutoImportPolicy.Builder

    • Method Detail

      • eventsWithStrings

        AutoImportPolicy.Builder eventsWithStrings​(Collection<String> events)

        The AutoImportPolicy can have the following event values:

        • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.

        • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.

        • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

        You can define any combination of event types for your AutoImportPolicy.

        Parameters:
        events - The AutoImportPolicy can have the following event values:

        • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.

        • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.

        • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

        You can define any combination of event types for your AutoImportPolicy.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventsWithStrings

        AutoImportPolicy.Builder eventsWithStrings​(String... events)

        The AutoImportPolicy can have the following event values:

        • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.

        • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.

        • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

        You can define any combination of event types for your AutoImportPolicy.

        Parameters:
        events - The AutoImportPolicy can have the following event values:

        • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.

        • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.

        • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

        You can define any combination of event types for your AutoImportPolicy.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • events

        AutoImportPolicy.Builder events​(Collection<EventType> events)

        The AutoImportPolicy can have the following event values:

        • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.

        • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.

        • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

        You can define any combination of event types for your AutoImportPolicy.

        Parameters:
        events - The AutoImportPolicy can have the following event values:

        • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.

        • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.

        • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

        You can define any combination of event types for your AutoImportPolicy.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • events

        AutoImportPolicy.Builder events​(EventType... events)

        The AutoImportPolicy can have the following event values:

        • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.

        • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.

        • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

        You can define any combination of event types for your AutoImportPolicy.

        Parameters:
        events - The AutoImportPolicy can have the following event values:

        • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.

        • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.

        • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

        You can define any combination of event types for your AutoImportPolicy.

        Returns:
        Returns a reference to this object so that method calls can be chained together.