Interface Window.Builder

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

@Mutable @NotThreadSafe public static interface Window.Builder extends SdkPojo, CopyableBuilder<Window.Builder,Window>
  • Method Details

    • durationUnit

      Window.Builder durationUnit(String durationUnit)

      The unit of time for the exclusion window duration. Valid values: MINUTE, HOUR, DAY, MONTH.

      Parameters:
      durationUnit - The unit of time for the exclusion window duration. Valid values: MINUTE, HOUR, DAY, MONTH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • durationUnit

      Window.Builder durationUnit(DurationUnit durationUnit)

      The unit of time for the exclusion window duration. Valid values: MINUTE, HOUR, DAY, MONTH.

      Parameters:
      durationUnit - The unit of time for the exclusion window duration. Valid values: MINUTE, HOUR, DAY, MONTH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • duration

      Window.Builder duration(Integer duration)

      The number of time units for the exclusion window length.

      Parameters:
      duration - The number of time units for the exclusion window length.
      Returns:
      Returns a reference to this object so that method calls can be chained together.