Class BuilderProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.BuilderProperties
KPack Builder properties payload.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the buildpackGroups property: Builder buildpack groups.Get the provisioningState property: Builder provision status.stack()Get the stack property: Builder cluster stack property.voidvalidate()Validates the instance.withBuildpackGroups(List<BuildpacksGroupProperties> buildpackGroups) Set the buildpackGroups property: Builder buildpack groups.withStack(StackProperties stack) Set the stack property: Builder cluster stack property.
-
Constructor Details
-
BuilderProperties
public BuilderProperties()
-
-
Method Details
-
provisioningState
Get the provisioningState property: Builder provision status.- Returns:
- the provisioningState value.
-
stack
Get the stack property: Builder cluster stack property.- Returns:
- the stack value.
-
withStack
Set the stack property: Builder cluster stack property.- Parameters:
stack- the stack value to set.- Returns:
- the BuilderProperties object itself.
-
buildpackGroups
Get the buildpackGroups property: Builder buildpack groups.- Returns:
- the buildpackGroups value.
-
withBuildpackGroups
Set the buildpackGroups property: Builder buildpack groups.- Parameters:
buildpackGroups- the buildpackGroups value to set.- Returns:
- the BuilderProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-