Class ProjectBackend

java.lang.Object
com.pulumi.automation.ProjectBackend

public class ProjectBackend extends Object
Configuration for the project's Pulumi state storage backend.
  • Method Details

    • builder

      public static ProjectBackend.Builder builder()
      Returns a new builder for ProjectBackend.
      Returns:
      the builder
    • url

      @Nullable public String url()
      The backend URL. Use the same URL format that is passed to "pulumi login", see https://www.pulumi.com/docs/cli/commands/pulumi_login/

      To explicitly use the Pulumi Cloud backend, use URL "https://api.pulumi.com"

      Returns:
      the backend URL
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toBuilder

      public ProjectBackend.Builder toBuilder()
      Creates a new ProjectBackend.Builder initialized with the values from this instance.
      Returns:
      a new ProjectBackend.Builder with values copied from this instance