Interface CreateDeploymentResponse.Builder

    • Method Detail

      • jobId

        CreateDeploymentResponse.Builder jobId​(String jobId)

        The job ID for this deployment. will supply to start deployment api.

        Parameters:
        jobId - The job ID for this deployment. will supply to start deployment api.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileUploadUrls

        CreateDeploymentResponse.Builder fileUploadUrls​(Map<String,​String> fileUploadUrls)

        When the fileMap argument is provided in the request, fileUploadUrls will contain a map of file names to upload URLs.

        Parameters:
        fileUploadUrls - When the fileMap argument is provided in the request, fileUploadUrls will contain a map of file names to upload URLs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • zipUploadUrl

        CreateDeploymentResponse.Builder zipUploadUrl​(String zipUploadUrl)

        When the fileMap argument is not provided in the request, this zipUploadUrl is returned.

        Parameters:
        zipUploadUrl - When the fileMap argument is not provided in the request, this zipUploadUrl is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.