Interface SignalFetchInformation.Builder

    • Method Detail

      • fullyQualifiedName

        SignalFetchInformation.Builder fullyQualifiedName​(String fullyQualifiedName)

        The fully qualified name of the signal to be fetched.

        Parameters:
        fullyQualifiedName - The fully qualified name of the signal to be fetched.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signalFetchConfig

        SignalFetchInformation.Builder signalFetchConfig​(SignalFetchConfig signalFetchConfig)

        The configuration of the signal fetch operation.

        Parameters:
        signalFetchConfig - The configuration of the signal fetch operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • conditionLanguageVersion

        SignalFetchInformation.Builder conditionLanguageVersion​(Integer conditionLanguageVersion)

        The version of the condition language used.

        Parameters:
        conditionLanguageVersion - The version of the condition language used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actions

        SignalFetchInformation.Builder actions​(Collection<String> actions)

        The actions to be performed by the signal fetch.

        Parameters:
        actions - The actions to be performed by the signal fetch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actions

        SignalFetchInformation.Builder actions​(String... actions)

        The actions to be performed by the signal fetch.

        Parameters:
        actions - The actions to be performed by the signal fetch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.