Class StartDeploymentRequest

    • Method Detail

      • appId

        public final String appId()

        The unique ID for an Amplify app.

        Returns:
        The unique ID for an Amplify app.
      • branchName

        public final String branchName()

        The name of the branch to use for the job.

        Returns:
        The name of the branch to use for the job.
      • jobId

        public final String jobId()

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

        Returns:
        The job ID for this deployment, generated by the create deployment request.
      • sourceUrl

        public final 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.

        Returns:
        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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object