Class KubeEnvironmentProfile


  • public final class KubeEnvironmentProfile
    extends Object
    Specification for a Kubernetes Environment to use for this resource.
    • Constructor Detail

      • KubeEnvironmentProfile

        public KubeEnvironmentProfile()
    • Method Detail

      • id

        public String id()
        Get the id property: Resource ID of the Kubernetes Environment.
        Returns:
        the id value.
      • withId

        public KubeEnvironmentProfile withId​(String id)
        Set the id property: Resource ID of the Kubernetes Environment.
        Parameters:
        id - the id value to set.
        Returns:
        the KubeEnvironmentProfile object itself.
      • name

        public String name()
        Get the name property: Name of the Kubernetes Environment.
        Returns:
        the name value.
      • type

        public String type()
        Get the type property: Resource type of the Kubernetes Environment.
        Returns:
        the type value.
      • validate

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