Interface PackageSource.Builder

    • Method Detail

      • s3BucketName

        PackageSource.Builder s3BucketName​(String s3BucketName)

        The name of the Amazon S3 bucket containing the package.

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

        PackageSource.Builder s3Key​(String s3Key)

        Key (file name) of the package.

        Parameters:
        s3Key - Key (file name) of the package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.