Class TableResource

    • Constructor Detail

      • TableResource

        public TableResource()
    • Method Detail

      • id

        public String id()
        Get the id property: Name of the Cosmos DB table.
        Returns:
        the id value.
      • withId

        public TableResource withId​(String id)
        Set the id property: Name of the Cosmos DB table.
        Parameters:
        id - the id value to set.
        Returns:
        the TableResource object itself.
      • validate

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