Interface ImportAssetsFromS3RequestDetails.Builder

    • Method Detail

      • assetSources

        ImportAssetsFromS3RequestDetails.Builder assetSources​(Collection<AssetSourceEntry> assetSources)

        Is a list of Amazon S3 bucket and object key pairs.

        Parameters:
        assetSources - Is a list of Amazon S3 bucket and object key pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetSources

        ImportAssetsFromS3RequestDetails.Builder assetSources​(AssetSourceEntry... assetSources)

        Is a list of Amazon S3 bucket and object key pairs.

        Parameters:
        assetSources - Is a list of Amazon S3 bucket and object key pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSetId

        ImportAssetsFromS3RequestDetails.Builder dataSetId​(String dataSetId)

        The unique identifier for the data set associated with this import job.

        Parameters:
        dataSetId - The unique identifier for the data set associated with this import job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revisionId

        ImportAssetsFromS3RequestDetails.Builder revisionId​(String revisionId)

        The unique identifier for the revision associated with this import request.

        Parameters:
        revisionId - The unique identifier for the revision associated with this import request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.