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.ObjectBuilder forProjectConfigItemsType.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectConfigItemsTypebuild()Builds theProjectConfigItemsType.ProjectConfigItemsType.Builderitems(ProjectConfigItemsType items)The configuration items type.ProjectConfigItemsType.Buildertype(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
-
-