Package com.pulumi.automation
Class ProjectBackend.Builder
- java.lang.Object
-
- com.pulumi.automation.ProjectBackend.Builder
-
- Enclosing class:
- ProjectBackend
public static class ProjectBackend.Builder extends java.lang.Object
Builder forProjectBackend
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectBackend
build()
Builds theProjectBackend
.ProjectBackend.Builder
url(java.lang.String url)
The backend URL.
-
-
-
Method Detail
-
url
public ProjectBackend.Builder url(java.lang.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"
- Parameters:
url
- the backend URL- Returns:
- the builder
-
build
public ProjectBackend build()
Builds theProjectBackend
.- Returns:
- the project backend
-
-