Interface PromptOverrideConfiguration.Builder

    • Method Detail

      • promptConfigurations

        PromptOverrideConfiguration.Builder promptConfigurations​(Collection<PromptConfiguration> promptConfigurations)
        Sets the value of the PromptConfigurations property for this object.
        Parameters:
        promptConfigurations - The new value for the PromptConfigurations property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • promptConfigurations

        PromptOverrideConfiguration.Builder promptConfigurations​(PromptConfiguration... promptConfigurations)
        Sets the value of the PromptConfigurations property for this object.
        Parameters:
        promptConfigurations - The new value for the PromptConfigurations property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overrideLambda

        PromptOverrideConfiguration.Builder overrideLambda​(String overrideLambda)
        Sets the value of the OverrideLambda property for this object.
        Parameters:
        overrideLambda - The new value for the OverrideLambda property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.