Interface EventVariableSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EventVariableSummary.Builder,EventVariableSummary>, SdkBuilder<EventVariableSummary.Builder,EventVariableSummary>, SdkPojo
Enclosing class:
EventVariableSummary

public static interface EventVariableSummary.Builder extends SdkPojo, CopyableBuilder<EventVariableSummary.Builder,EventVariableSummary>
  • Method Details

    • name

      The event variable name.

      Parameters:
      name - The event variable name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the event variable.

      Parameters:
      value - The value of the event variable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      The event variable source.

      Parameters:
      source - The event variable source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.