Interface UpdateS3BucketResource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UpdateS3BucketResource.Builder,UpdateS3BucketResource>, SdkBuilder<UpdateS3BucketResource.Builder,UpdateS3BucketResource>, SdkPojo
Enclosing class:
UpdateS3BucketResource

public static interface UpdateS3BucketResource.Builder extends SdkPojo, CopyableBuilder<UpdateS3BucketResource.Builder,UpdateS3BucketResource>
  • Method Details

    • 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.