Interface ReceiverConfiguration.Builder

    • Method Detail

      • analysisType

        ReceiverConfiguration.Builder analysisType​(String analysisType)

        The type of analysis for the protected query. The results of the query can be analyzed directly ( DIRECT_ANALYSIS) or used as input into additional analyses (ADDITIONAL_ANALYSIS), such as a query that is a seed for a lookalike ML model.

        Parameters:
        analysisType - The type of analysis for the protected query. The results of the query can be analyzed directly ( DIRECT_ANALYSIS) or used as input into additional analyses ( ADDITIONAL_ANALYSIS), such as a query that is a seed for a lookalike ML model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalysisType, AnalysisType
      • analysisType

        ReceiverConfiguration.Builder analysisType​(AnalysisType analysisType)

        The type of analysis for the protected query. The results of the query can be analyzed directly ( DIRECT_ANALYSIS) or used as input into additional analyses (ADDITIONAL_ANALYSIS), such as a query that is a seed for a lookalike ML model.

        Parameters:
        analysisType - The type of analysis for the protected query. The results of the query can be analyzed directly ( DIRECT_ANALYSIS) or used as input into additional analyses ( ADDITIONAL_ANALYSIS), such as a query that is a seed for a lookalike ML model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalysisType, AnalysisType
      • configurationDetails

        ReceiverConfiguration.Builder configurationDetails​(ConfigurationDetails configurationDetails)

        The configuration details of the receiver configuration.

        Parameters:
        configurationDetails - The configuration details of the receiver configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.