Interface ExportAssetToSignedUrlRequestDetails.Builder

    • Method Detail

      • assetId

        ExportAssetToSignedUrlRequestDetails.Builder assetId​(String assetId)

        The unique identifier for the asset that is exported to a signed URL.

        Parameters:
        assetId - The unique identifier for the asset that is exported to a signed URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSetId

        ExportAssetToSignedUrlRequestDetails.Builder dataSetId​(String dataSetId)

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

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

        ExportAssetToSignedUrlRequestDetails.Builder revisionId​(String revisionId)

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

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