Interface CreateUploadUrlResponse.Builder

    • Method Detail

      • importId

        CreateUploadUrlResponse.Builder importId​(String importId)

        An identifier for a unique import job. Use it when you call the StartImport operation.

        Parameters:
        importId - An identifier for a unique import job. Use it when you call the StartImport operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uploadUrl

        CreateUploadUrlResponse.Builder uploadUrl​(String uploadUrl)

        A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.

        Parameters:
        uploadUrl - A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
        Returns:
        Returns a reference to this object so that method calls can be chained together.