Interface S3DataAccessDetails.Builder

    • Method Detail

      • keyPrefixes

        S3DataAccessDetails.Builder keyPrefixes​(Collection<String> keyPrefixes)

        A list of the key prefixes affected by this notification. This can have up to 50 entries.

        Parameters:
        keyPrefixes - A list of the key prefixes affected by this notification. This can have up to 50 entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyPrefixes

        S3DataAccessDetails.Builder keyPrefixes​(String... keyPrefixes)

        A list of the key prefixes affected by this notification. This can have up to 50 entries.

        Parameters:
        keyPrefixes - A list of the key prefixes affected by this notification. This can have up to 50 entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        S3DataAccessDetails.Builder keys​(Collection<String> keys)

        A list of the keys affected by this notification. This can have up to 50 entries.

        Parameters:
        keys - A list of the keys affected by this notification. This can have up to 50 entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        S3DataAccessDetails.Builder keys​(String... keys)

        A list of the keys affected by this notification. This can have up to 50 entries.

        Parameters:
        keys - A list of the keys affected by this notification. This can have up to 50 entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.