Interface StartContentUploadResponse.Builder

    • Method Detail

      • headersToInclude

        StartContentUploadResponse.Builder headersToInclude​(Map<String,​String> headersToInclude)

        The headers to include in the upload.

        Parameters:
        headersToInclude - The headers to include in the upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uploadId

        StartContentUploadResponse.Builder uploadId​(String uploadId)

        The identifier of the upload.

        Parameters:
        uploadId - The identifier of the upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        StartContentUploadResponse.Builder url​(String url)

        The URL of the upload.

        Parameters:
        url - The URL of the upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • urlExpiry

        StartContentUploadResponse.Builder urlExpiry​(Instant urlExpiry)

        The expiration time of the URL as an epoch timestamp.

        Parameters:
        urlExpiry - The expiration time of the URL as an epoch timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.