Interface CreateS3BucketResource.Builder

  • Method Details

    • bucketName

      CreateS3BucketResource.Builder bucketName(String bucketName)

      Name of the S3 bucket.

      Parameters:
      bucketName - Name of the S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectPrefixes

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

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