Interface ExportAssetToSignedUrlResponseDetails.Builder

    • Method Detail

      • assetId

        ExportAssetToSignedUrlResponseDetails.Builder assetId​(String assetId)

        The unique identifier for the asset associated with this export job.

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

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

        ExportAssetToSignedUrlResponseDetails.Builder revisionId​(String revisionId)

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

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

        ExportAssetToSignedUrlResponseDetails.Builder signedUrl​(String signedUrl)

        The signed URL for the export request.

        Parameters:
        signedUrl - The signed URL for the export request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signedUrlExpiresAt

        ExportAssetToSignedUrlResponseDetails.Builder signedUrlExpiresAt​(Instant signedUrlExpiresAt)

        The date and time that the signed URL expires, in ISO 8601 format.

        Parameters:
        signedUrlExpiresAt - The date and time that the signed URL expires, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.