Class TIDataConnectorProperties


  • public final class TIDataConnectorProperties
    extends DataConnectorTenantId
    TI (Threat Intelligence) data connector properties.
    • Constructor Detail

      • TIDataConnectorProperties

        public TIDataConnectorProperties()
    • Method Detail

      • tipLookbackPeriod

        public OffsetDateTime tipLookbackPeriod()
        Get the tipLookbackPeriod property: The lookback period for the feed to be imported.
        Returns:
        the tipLookbackPeriod value.
      • withTipLookbackPeriod

        public TIDataConnectorProperties withTipLookbackPeriod​(OffsetDateTime tipLookbackPeriod)
        Set the tipLookbackPeriod property: The lookback period for the feed to be imported.
        Parameters:
        tipLookbackPeriod - the tipLookbackPeriod value to set.
        Returns:
        the TIDataConnectorProperties object itself.
      • dataTypes

        public TIDataConnectorDataTypes dataTypes()
        Get the dataTypes property: The available data types for the connector.
        Returns:
        the dataTypes value.
      • withDataTypes

        public TIDataConnectorProperties withDataTypes​(TIDataConnectorDataTypes dataTypes)
        Set the dataTypes property: The available data types for the connector.
        Parameters:
        dataTypes - the dataTypes value to set.
        Returns:
        the TIDataConnectorProperties object itself.