Interface ExportAssetToSignedUrlResponseDetails.Builder

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

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

    • 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

      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

      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

      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.