Interface ImportAssetFromSignedUrlResponseDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImportAssetFromSignedUrlResponseDetails.Builder,ImportAssetFromSignedUrlResponseDetails>, SdkBuilder<ImportAssetFromSignedUrlResponseDetails.Builder,ImportAssetFromSignedUrlResponseDetails>, SdkPojo
Enclosing class:
ImportAssetFromSignedUrlResponseDetails

public static interface ImportAssetFromSignedUrlResponseDetails.Builder extends SdkPojo, CopyableBuilder<ImportAssetFromSignedUrlResponseDetails.Builder,ImportAssetFromSignedUrlResponseDetails>
  • Method Details

    • 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

      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

      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

      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.
    • signedUrl

      The signed URL.

      Parameters:
      signedUrl - The signed URL.
      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.