Interface UpdateS3BucketResource.Builder

    • Method Detail

      • objectPrefixes

        UpdateS3BucketResource.Builder objectPrefixes​(Collection<String> objectPrefixes)

        Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.

        Parameters:
        objectPrefixes - Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectPrefixes

        UpdateS3BucketResource.Builder objectPrefixes​(String... objectPrefixes)

        Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.

        Parameters:
        objectPrefixes - Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.