Interface S3ObjectSource.Builder

    • Method Detail

      • bucket

        S3ObjectSource.Builder bucket​(String bucket)

        The name of the S3 bucket that contains a template bundle.

        Parameters:
        bucket - The name of the S3 bucket that contains a template bundle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        S3ObjectSource.Builder key​(String key)

        The path to the S3 bucket that contains a template bundle.

        Parameters:
        key - The path to the S3 bucket that contains a template bundle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.