Class BuildResultProperties

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

public final class BuildResultProperties extends Object
Build result resource properties payload.
  • Constructor Details

    • BuildResultProperties

      public BuildResultProperties()
  • Method Details

    • name

      public String name()
      Get the name property: The name of this build result.
      Returns:
      the name value.
    • withName

      public BuildResultProperties withName(String name)
      Set the name property: The name of this build result.
      Parameters:
      name - the name value to set.
      Returns:
      the BuildResultProperties object itself.
    • provisioningState

      public BuildResultProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state of the KPack build result.
      Returns:
      the provisioningState value.
    • buildPodName

      public String buildPodName()
      Get the buildPodName property: The build pod name which can be used to get the build log streaming.
      Returns:
      the buildPodName value.
    • withBuildPodName

      public BuildResultProperties withBuildPodName(String buildPodName)
      Set the buildPodName property: The build pod name which can be used to get the build log streaming.
      Parameters:
      buildPodName - the buildPodName value to set.
      Returns:
      the BuildResultProperties object itself.
    • buildStages

      public List<BuildStageProperties> buildStages()
      Get the buildStages property: All of the build stage (init-container and container) resources in build pod.
      Returns:
      the buildStages value.
    • validate

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