Interface StaticFileS3SourceOptions.Builder

    • Method Detail

      • 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

        StaticFileS3SourceOptions.Builder objectKey​(String 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

        StaticFileS3SourceOptions.Builder region​(String 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.