Class InputInner


  • public final class InputInner
    extends com.azure.core.management.SubResource
    An input object, containing all information associated with the named input. All inputs are contained under a streaming job.
    • Constructor Detail

      • InputInner

        public InputInner()
    • Method Detail

      • properties

        public InputProperties properties()
        Get the properties property: The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
        Returns:
        the properties value.
      • withProperties

        public InputInner withProperties​(InputProperties properties)
        Set the properties property: The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
        Parameters:
        properties - the properties value to set.
        Returns:
        the InputInner object itself.
      • name

        public String name()
        Get the name property: Resource name.
        Returns:
        the name value.
      • withName

        public InputInner withName​(String name)
        Set the name property: Resource name.
        Parameters:
        name - the name value to set.
        Returns:
        the InputInner object itself.
      • type

        public String type()
        Get the type property: Resource type.
        Returns:
        the type value.
      • withId

        public InputInner withId​(String id)
        Overrides:
        withId in class com.azure.core.management.SubResource
      • validate

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