Class AzureMySqlTableDatasetTypeProperties


  • public final class AzureMySqlTableDatasetTypeProperties
    extends Object
    Azure MySQL database dataset properties.
    • Constructor Detail

      • AzureMySqlTableDatasetTypeProperties

        public AzureMySqlTableDatasetTypeProperties()
    • Method Detail

      • tableName

        public Object tableName()
        Get the tableName property: The Azure MySQL database table name. Type: string (or Expression with resultType string).
        Returns:
        the tableName value.
      • withTableName

        public AzureMySqlTableDatasetTypeProperties withTableName​(Object tableName)
        Set the tableName property: The Azure MySQL database table name. Type: string (or Expression with resultType string).
        Parameters:
        tableName - the tableName value to set.
        Returns:
        the AzureMySqlTableDatasetTypeProperties object itself.
      • table

        public Object table()
        Get the table property: The name of Azure MySQL database table. Type: string (or Expression with resultType string).
        Returns:
        the table value.
      • withTable

        public AzureMySqlTableDatasetTypeProperties withTable​(Object table)
        Set the table property: The name of Azure MySQL database table. Type: string (or Expression with resultType string).
        Parameters:
        table - the table value to set.
        Returns:
        the AzureMySqlTableDatasetTypeProperties object itself.
      • validate

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