Interface FilterRule.Builder

    • Method Detail

      • name

        FilterRule.Builder name​(String name)

        The object key name prefix or suffix identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see Configuring Event Notifications in the Amazon S3 User Guide.

        Parameters:
        name - The object key name prefix or suffix identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see Configuring Event Notifications in the Amazon S3 User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterRuleName, FilterRuleName
      • name

        FilterRule.Builder name​(FilterRuleName name)

        The object key name prefix or suffix identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see Configuring Event Notifications in the Amazon S3 User Guide.

        Parameters:
        name - The object key name prefix or suffix identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see Configuring Event Notifications in the Amazon S3 User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterRuleName, FilterRuleName
      • value

        FilterRule.Builder value​(String value)

        The value that the filter searches for in object key names.

        Parameters:
        value - The value that the filter searches for in object key names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.