Class NotebookResourceInfoInner


  • public final class NotebookResourceInfoInner
    extends Object
    The NotebookResourceInfo model.
    • Constructor Detail

      • NotebookResourceInfoInner

        public NotebookResourceInfoInner()
    • Method Detail

      • fqdn

        public String fqdn()
        Get the fqdn property: The fqdn property.
        Returns:
        the fqdn value.
      • withFqdn

        public NotebookResourceInfoInner withFqdn​(String fqdn)
        Set the fqdn property: The fqdn property.
        Parameters:
        fqdn - the fqdn value to set.
        Returns:
        the NotebookResourceInfoInner object itself.
      • resourceId

        public String resourceId()
        Get the resourceId property: the data plane resourceId that used to initialize notebook component.
        Returns:
        the resourceId value.
      • withResourceId

        public NotebookResourceInfoInner withResourceId​(String resourceId)
        Set the resourceId property: the data plane resourceId that used to initialize notebook component.
        Parameters:
        resourceId - the resourceId value to set.
        Returns:
        the NotebookResourceInfoInner object itself.
      • notebookPreparationError

        public NotebookPreparationError notebookPreparationError()
        Get the notebookPreparationError property: The error that occurs when preparing notebook.
        Returns:
        the notebookPreparationError value.
      • withNotebookPreparationError

        public NotebookResourceInfoInner withNotebookPreparationError​(NotebookPreparationError notebookPreparationError)
        Set the notebookPreparationError property: The error that occurs when preparing notebook.
        Parameters:
        notebookPreparationError - the notebookPreparationError value to set.
        Returns:
        the NotebookResourceInfoInner object itself.
      • validate

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