Interface ImportAssetFromSignedUrlResponseDetails.Builder

    • Method Detail

      • assetName

        ImportAssetFromSignedUrlResponseDetails.Builder assetName​(String assetName)

        The name for the asset associated with this import job.

        Parameters:
        assetName - The name for the asset associated with this import job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSetId

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

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

        ImportAssetFromSignedUrlResponseDetails.Builder revisionId​(String revisionId)

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

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

        ImportAssetFromSignedUrlResponseDetails.Builder signedUrlExpiresAt​(Instant signedUrlExpiresAt)

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

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