Class BuildpacksGroupProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.BuildpacksGroupProperties
Buildpack group properties of the Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of BuildpacksGroupProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the buildpacks property: Buildpacks in the buildpack group.name()Get the name property: Buildpack group name.voidvalidate()Validates the instance.withBuildpacks(List<BuildpackProperties> buildpacks) Set the buildpacks property: Buildpacks in the buildpack group.Set the name property: Buildpack group name.
-
Constructor Details
-
BuildpacksGroupProperties
public BuildpacksGroupProperties()Creates an instance of BuildpacksGroupProperties class.
-
-
Method Details
-
name
Get the name property: Buildpack group name.- Returns:
- the name value.
-
withName
Set the name property: Buildpack group name.- Parameters:
name- the name value to set.- Returns:
- the BuildpacksGroupProperties object itself.
-
buildpacks
Get the buildpacks property: Buildpacks in the buildpack group.- Returns:
- the buildpacks value.
-
withBuildpacks
Set the buildpacks property: Buildpacks in the buildpack group.- Parameters:
buildpacks- the buildpacks value to set.- Returns:
- the BuildpacksGroupProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-