Package com.pulumi.automation
Class ProjectConfigType.Builder
java.lang.Object
com.pulumi.automation.ProjectConfigType.Builder
- Enclosing class:
- ProjectConfigType
Builder for
ProjectConfigType.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theProjectConfigType.The default value of the configuration.description(String description) The description of the configuration.items(ProjectConfigItemsType items) The configuration items type.secret(boolean secret) Whether the configuration is secret.The type of the configuration.The value of the configuration.
-
Method Details
-
type
The type of the configuration.- Parameters:
type- the type of the configuration- Returns:
- the builder
-
description
The description of the configuration.- Parameters:
description- the description of the configuration- Returns:
- the builder
-
items
The configuration items type.- Parameters:
items- the configuration items type- Returns:
- the builder
-
default_
The default value of the configuration.- Parameters:
default_- the default value of the configuration- Returns:
- the builder
-
value
The value of the configuration.- Parameters:
value- the value of the configuration- Returns:
- the builder
-
secret
Whether the configuration is secret.- Parameters:
secret- whether the configuration is secret- Returns:
- the builder
-
build
Builds theProjectConfigType.- Returns:
- the project configuration type
-