Package com.pulumi.automation
Class ProjectConfigItemsType.Builder
- java.lang.Object
-
- com.pulumi.automation.ProjectConfigItemsType.Builder
-
- Enclosing class:
- ProjectConfigItemsType
public static class ProjectConfigItemsType.Builder extends java.lang.Object
Builder forProjectConfigItemsType
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectConfigItemsType
build()
Builds theProjectConfigItemsType
.ProjectConfigItemsType.Builder
items(ProjectConfigItemsType items)
The configuration items type.ProjectConfigItemsType.Builder
type(java.lang.String type)
The type of the configuration item.
-
-
-
Method Detail
-
type
public ProjectConfigItemsType.Builder type(java.lang.String type)
The type of the configuration item.- Parameters:
type
- the type of the configuration item- Returns:
- the builder
-
items
public ProjectConfigItemsType.Builder items(ProjectConfigItemsType items)
The configuration items type.- Parameters:
items
- the configuration items- Returns:
- the builder
-
build
public ProjectConfigItemsType build()
Builds theProjectConfigItemsType
.- Returns:
- the project configuration items type
-
-