Package com.pulumi.automation
Class ProjectConfigItemsType
java.lang.Object
com.pulumi.automation.ProjectConfigItemsType
The project configuration items type.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns a new builder forProjectConfigItemsType.booleaninthashCode()items()The configuration items type.Creates a newProjectConfigItemsType.Builderinitialized with the values from this instance.type()The type of the configuration item.
-
Method Details
-
builder
Returns a new builder forProjectConfigItemsType.- Returns:
- the builder
-
type
The type of the configuration item.- Returns:
- the type of the configuration item
-
items
The configuration items type.- Returns:
- the configuration items
-
equals
-
hashCode
public int hashCode() -
toBuilder
Creates a newProjectConfigItemsType.Builderinitialized with the values from this instance.- Returns:
- a new
ProjectConfigItemsType.Builderwith values copied from this instance
-