Class BuildpackBindingProperties

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

public final class BuildpackBindingProperties extends Object
Properties of a buildpack binding.
  • Constructor Details

    • BuildpackBindingProperties

      public BuildpackBindingProperties()
  • Method Details

    • bindingType

      public BindingType bindingType()
      Get the bindingType property: Buildpack Binding Type.
      Returns:
      the bindingType value.
    • withBindingType

      public BuildpackBindingProperties withBindingType(BindingType bindingType)
      Set the bindingType property: Buildpack Binding Type.
      Parameters:
      bindingType - the bindingType value to set.
      Returns:
      the BuildpackBindingProperties object itself.
    • provisioningState

      public BuildpackBindingProvisioningState provisioningState()
      Get the provisioningState property: State of the Buildpack Binding.
      Returns:
      the provisioningState value.
    • launchProperties

      public BuildpackBindingLaunchProperties launchProperties()
      Get the launchProperties property: The object describes the buildpack binding launch properties.
      Returns:
      the launchProperties value.
    • withLaunchProperties

      public BuildpackBindingProperties withLaunchProperties(BuildpackBindingLaunchProperties launchProperties)
      Set the launchProperties property: The object describes the buildpack binding launch properties.
      Parameters:
      launchProperties - the launchProperties value to set.
      Returns:
      the BuildpackBindingProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.