Class SupportedBuildpackResourceProperties

java.lang.Object
com.azure.resourcemanager.appplatform.models.SupportedBuildpackResourceProperties

public final class SupportedBuildpackResourceProperties extends Object
Supported buildpack resource properties.
  • Constructor Details

    • SupportedBuildpackResourceProperties

      public SupportedBuildpackResourceProperties()
      Creates an instance of SupportedBuildpackResourceProperties class.
  • Method Details

    • buildpackId

      public String buildpackId()
      Get the buildpackId property: The id of supported buildpack.
      Returns:
      the buildpackId value.
    • withBuildpackId

      public SupportedBuildpackResourceProperties withBuildpackId(String buildpackId)
      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.