Class AmazonRdsForOracleTableDatasetTypeProperties


  • public final class AmazonRdsForOracleTableDatasetTypeProperties
    extends Object
    AmazonRdsForOracle dataset properties.
    • Constructor Detail

      • AmazonRdsForOracleTableDatasetTypeProperties

        public AmazonRdsForOracleTableDatasetTypeProperties()
    • Method Detail

      • schema

        public Object schema()
        Get the schema property: The schema name of the AmazonRdsForOracle database. Type: string (or Expression with resultType string).
        Returns:
        the schema value.
      • withSchema

        public AmazonRdsForOracleTableDatasetTypeProperties withSchema​(Object schema)
        Set the schema property: The schema name of the AmazonRdsForOracle database. Type: string (or Expression with resultType string).
        Parameters:
        schema - the schema value to set.
        Returns:
        the AmazonRdsForOracleTableDatasetTypeProperties object itself.
      • table

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

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

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