Interface S3ManifestConfig.Builder

    • Method Detail

      • manifestObjectPath

        S3ManifestConfig.Builder manifestObjectPath​(String manifestObjectPath)

        Specifies the Amazon S3 object key of your manifest. This can include a prefix (for example, prefix/my-manifest.csv).

        Parameters:
        manifestObjectPath - Specifies the Amazon S3 object key of your manifest. This can include a prefix (for example, prefix/my-manifest.csv).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3BucketArn

        S3ManifestConfig.Builder s3BucketArn​(String s3BucketArn)

        Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.

        Parameters:
        s3BucketArn - Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • manifestObjectVersionId

        S3ManifestConfig.Builder manifestObjectVersionId​(String manifestObjectVersionId)

        Specifies the object version ID of the manifest that you want DataSync to use. If you don't set this, DataSync uses the latest version of the object.

        Parameters:
        manifestObjectVersionId - Specifies the object version ID of the manifest that you want DataSync to use. If you don't set this, DataSync uses the latest version of the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.