Interface ImportAssetFromSignedUrlRequestDetails.Builder

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

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

    • 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

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