Interface StartDeploymentRequest.Builder

    • Method Detail

      • appId

        StartDeploymentRequest.Builder appId​(String appId)

        The unique ID for an Amplify app.

        Parameters:
        appId - The unique ID for an Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • branchName

        StartDeploymentRequest.Builder branchName​(String branchName)

        The name of the branch to use for the job.

        Parameters:
        branchName - The name of the branch to use for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        StartDeploymentRequest.Builder jobId​(String jobId)

        The job ID for this deployment, generated by the create deployment request.

        Parameters:
        jobId - The job ID for this deployment, generated by the create deployment request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceUrl

        StartDeploymentRequest.Builder sourceUrl​(String sourceUrl)

        The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.

        Parameters:
        sourceUrl - The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.