Package com.pulumi.automation
Class ProjectConfigType.Builder
- java.lang.Object
-
- com.pulumi.automation.ProjectConfigType.Builder
-
- Enclosing class:
- ProjectConfigType
public static class ProjectConfigType.Builder extends java.lang.Object
Builder forProjectConfigType
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectConfigType
build()
Builds theProjectConfigType
.ProjectConfigType.Builder
default_(java.lang.Object default_)
The default value of the configuration.ProjectConfigType.Builder
description(java.lang.String description)
The description of the configuration.ProjectConfigType.Builder
items(ProjectConfigItemsType items)
The configuration items type.ProjectConfigType.Builder
secret(boolean secret)
Whether the configuration is secret.ProjectConfigType.Builder
type(java.lang.String type)
The type of the configuration.ProjectConfigType.Builder
value(java.lang.Object value)
The value of the configuration.
-
-
-
Method Detail
-
type
public ProjectConfigType.Builder type(java.lang.String type)
The type of the configuration.- Parameters:
type
- the type of the configuration- Returns:
- the builder
-
description
public ProjectConfigType.Builder description(java.lang.String description)
The description of the configuration.- Parameters:
description
- the description of the configuration- Returns:
- the builder
-
items
public ProjectConfigType.Builder items(ProjectConfigItemsType items)
The configuration items type.- Parameters:
items
- the configuration items type- Returns:
- the builder
-
default_
public ProjectConfigType.Builder default_(java.lang.Object default_)
The default value of the configuration.- Parameters:
default_
- the default value of the configuration- Returns:
- the builder
-
value
public ProjectConfigType.Builder value(java.lang.Object value)
The value of the configuration.- Parameters:
value
- the value of the configuration- Returns:
- the builder
-
secret
public ProjectConfigType.Builder secret(boolean secret)
Whether the configuration is secret.- Parameters:
secret
- whether the configuration is secret- Returns:
- the builder
-
build
public ProjectConfigType build()
Builds theProjectConfigType
.- Returns:
- the project configuration type
-
-