Interface ImportAssetFromSignedUrlRequestDetails.Builder

    • Method Detail

      • assetName

        ImportAssetFromSignedUrlRequestDetails.Builder assetName​(String assetName)

        The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.

        Parameters:
        assetName - The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSetId

        ImportAssetFromSignedUrlRequestDetails.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.
      • md5Hash

        ImportAssetFromSignedUrlRequestDetails.Builder md5Hash​(String md5Hash)

        The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.

        Parameters:
        md5Hash - The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revisionId

        ImportAssetFromSignedUrlRequestDetails.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.