Interface StaticFileS3SourceOptions.Builder

  • Method Details

    • bucketName

      StaticFileS3SourceOptions.Builder bucketName(String bucketName)

      The name of the Amazon S3 bucket.

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

      The identifier of the static file in the Amazon S3 bucket.

      Parameters:
      objectKey - The identifier of the static file in the Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • region

      The Region of the Amazon S3 account that contains the bucket.

      Parameters:
      region - The Region of the Amazon S3 account that contains the bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.