Package com.pulumi.automation
Class ProjectBackend
java.lang.Object
com.pulumi.automation.ProjectBackend
Configuration for the project's Pulumi state storage backend.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectBackend.Builderbuilder()Returns a new builder forProjectBackend.booleaninthashCode()Creates a newProjectBackend.Builderinitialized with the values from this instance.url()The backend URL.
-
Method Details
-
builder
Returns a new builder forProjectBackend.- Returns:
- the builder
-
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
-
hashCode
public int hashCode() -
toBuilder
Creates a newProjectBackend.Builderinitialized with the values from this instance.- Returns:
- a new
ProjectBackend.Builderwith values copied from this instance
-