Interface PlatformInput.Builder

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

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

    • comparisonOperator

      PlatformInput.Builder comparisonOperator(String comparisonOperator)

      The ComparisonOperator to use with PlatformInput.

      Parameters:
      comparisonOperator - The ComparisonOperator to use with PlatformInput.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparisonOperator

      PlatformInput.Builder comparisonOperator(ComparisonOperator comparisonOperator)

      The ComparisonOperator to use with PlatformInput.

      Parameters:
      comparisonOperator - The ComparisonOperator to use with PlatformInput.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      The value of the platform.

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