Interface InterpolationParameters.Builder

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

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

    • interpolationType

      InterpolationParameters.Builder interpolationType(String interpolationType)

      The interpolation type.

      Parameters:
      interpolationType - The interpolation type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • interpolationType

      InterpolationParameters.Builder interpolationType(InterpolationType interpolationType)

      The interpolation type.

      Parameters:
      interpolationType - The interpolation type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • intervalInSeconds

      InterpolationParameters.Builder intervalInSeconds(Long intervalInSeconds)

      The interpolation time interval in seconds.

      Parameters:
      intervalInSeconds - The interpolation time interval in seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.