Class SupportedBuildpackResourceProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.SupportedBuildpackResourceProperties
Supported buildpack resource properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SupportedBuildpackResourceProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the buildpackId property: The id of supported buildpack.voidvalidate()Validates the instance.withBuildpackId(String buildpackId) Set the buildpackId property: The id of supported buildpack.
-
Constructor Details
-
SupportedBuildpackResourceProperties
public SupportedBuildpackResourceProperties()Creates an instance of SupportedBuildpackResourceProperties class.
-
-
Method Details
-
buildpackId
Get the buildpackId property: The id of supported buildpack.- Returns:
- the buildpackId value.
-
withBuildpackId
Set the buildpackId property: The id of supported buildpack.- Parameters:
buildpackId- the buildpackId value to set.- Returns:
- the SupportedBuildpackResourceProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-